File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
exercises/19-Bottles-Of-Milk Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Aquí puedes escucharla: https://www.youtube.com/watch?v=Xy-da43E6Lo
88
991 . Por favor, declara una función llamada ` number_of_bottles() ` .
1010
11- 2 . La función necesita ** print ** para imprimir la letra exacta de la canción (usa el método ` print() ` y no ` return ` ).
11+ 2 . La función necesita imprimir la letra exacta de la canción (usa el método ` print() ` y no ` return ` ).
1212
1313## Resultado esperado:
1414
@@ -36,4 +36,4 @@ Go to the store and buy some more, 99 bottles of milk on the wall.
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" ` .
You can’t perform that action at this time.
0 commit comments