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 @@ -10,11 +10,11 @@ Aquí puedes escucharla: https://www.youtube.com/watch?v=Xy-da43E6Lo
1010
11112 . La función necesita imprimir la letra exacta de la canción (usa el método ` print() ` y no ` return ` ).
1212
13- ## Resultado esperado:
13+ ## 💻 Resultado esperado:
1414
1515El resultado debería ser algo como esto:
1616
17- ``` sh
17+ ``` text
181899 bottles of milk on the wall, 99 bottles of milk.
1919Take one down and pass it around, 98 bottles of milk on the wall.
2020
@@ -32,8 +32,8 @@ No more bottles of milk on the wall, no more bottles of milk.
3232Go to the store and buy some more, 99 bottles of milk on the wall.
3333```
3434
35- ## 💡Pistas:
35+ ## 💡 Pistas:
3636
3737+ Al final de la canción, la letra cambia porque es solo una botella (singular en lugar del plural).
3838
39- + Lee la última parte de la letra y verás como cambia la última línea a ` "go to the store and by some more" ` .
39+ + Lee la última parte de la letra y verás como cambia la última línea a ` "Go to the store and by some more, 99 bottles of milk on the wall. " ` .
You can’t perform that action at this time.
0 commit comments