Skip to content

Commit b18ee89

Browse files
authored
Update app.py
1 parent 9447158 commit b18ee89

File tree

1 file changed

+2
-2
lines changed
  • exercises/16-Techno_beat

1 file changed

+2
-2
lines changed

exercises/16-Techno_beat/app.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22

3-
# Your code go above, nothing to change after this line:
3+
# Your code above, nothing to change after this line
44
print(lyrics_generator([0,0,1,1,0,0,0]))
55
print(lyrics_generator([0,0,1,1,1,0,0,0]))
66
print(lyrics_generator([0,0,0]))
77
print(lyrics_generator([1,0,1]))
8-
print(lyrics_generator([1,1,1]))
8+
print(lyrics_generator([1,1,1]))

0 commit comments

Comments
 (0)