We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9447158 commit b18ee89Copy full SHA for b18ee89
exercises/16-Techno_beat/app.py
@@ -1,8 +1,8 @@
1
2
3
-# Your code go above, nothing to change after this line:
+# Your code above, nothing to change after this line
4
print(lyrics_generator([0,0,1,1,0,0,0]))
5
print(lyrics_generator([0,0,1,1,1,0,0,0]))
6
print(lyrics_generator([0,0,0]))
7
print(lyrics_generator([1,0,1]))
8
-print(lyrics_generator([1,1,1]))
+print(lyrics_generator([1,1,1]))
0 commit comments