We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31d8243 commit c0eb85fCopy full SHA for c0eb85f
code3/lyrics.py
@@ -2,8 +2,9 @@ def print_lyrics():
2
print("I'm a lumberjack, and I'm okay.")
3
print('I sleep all night and I work all day.')
4
5
+
6
def repeat_lyrics():
7
print_lyrics()
8
9
-repeat_lyrics()
10
+repeat_lyrics()
0 commit comments