There was an error while loading. Please reload this page.
1 parent bc152ed commit f6115e8Copy full SHA for f6115e8
1 file changed
Level_05/funktionen.py
@@ -76,3 +76,9 @@ def quersumme(zahl: int) -> int:
76
for ziffer in str(zahl):
77
qs += int(ziffer)
78
return qs
79
+
80
+# Docstrings
81
82
+def fun():
83
+ """Diese Funktion macht Spaß."""
84
+ print("Spaß")
0 commit comments