Skip to content

Commit 59d6ad5

Browse files
authored
Update README.md
1 parent d681ed4 commit 59d6ad5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

exercises/19-Bottles-Of-Milk/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Here you can listen to the song: https://www.youtube.com/watch?v=Xy-da43E6Lo
1414

1515
2. 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

1919
The result should be something like this:
2020

@@ -36,8 +36,8 @@ No more bottles of milk on the wall, no more bottles of milk.
3636
Go 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"`.

0 commit comments

Comments
 (0)