Skip to content

Commit f6115e8

Browse files
author
dodo
committed
Docstrings
1 parent bc152ed commit f6115e8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Level_05/funktionen.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,9 @@ def quersumme(zahl: int) -> int:
7676
for ziffer in str(zahl):
7777
qs += int(ziffer)
7878
return qs
79+
80+
# Docstrings
81+
82+
def fun():
83+
"""Diese Funktion macht Spaß."""
84+
print("Spaß")

0 commit comments

Comments
 (0)