Skip to content

Commit c0eb85f

Browse files
committed
fixes pep8 E302, W292
1 parent 31d8243 commit c0eb85f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

code3/lyrics.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ def print_lyrics():
22
print("I'm a lumberjack, and I'm okay.")
33
print('I sleep all night and I work all day.')
44

5+
56
def repeat_lyrics():
67
print_lyrics()
78
print_lyrics()
89

9-
repeat_lyrics()
10+
repeat_lyrics()

0 commit comments

Comments
 (0)