File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
exercises/19-Bottles-Of-Milk Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Here you can listen to the song: https://www.youtube.com/watch?v=Xy-da43E6Lo
1414
15152 . The function needs to ** print** (use the ` print ` statement and not ` return ` ) the exact same lyrics in the song.
1616
17- ## Expected result:
17+ ## 💻 Expected result:
1818
1919The result should be something like this:
2020
@@ -36,8 +36,8 @@ No more bottles of milk on the wall, no more bottles of milk.
3636Go to the store and buy some more, 99 bottles of milk on the wall.
3737```
3838
39- ## 💡Hints:
39+ ## 💡 Hints:
4040
41- + At the end of the song, the lyrics change because it is only ** one** bottle (singular instead of plural).
41+ + At the end of the song, the lyrics change because there is only ** one** bottle (singular instead of plural).
4242
43- + Read the last lyrics and you will see how the last line changes to ` "go to the store and buy some more" ` .
43+ + Read the last lyrics, and you will see how the last line changes to ` "go to the store and buy some more" ` .
You can’t perform that action at this time.
0 commit comments