File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -21,3 +21,5 @@ Este es el coro de una de las canciones más famosas de la banda:
2121## 💡 Pista:
2222
2323+ La frase "let it be" se repite todo el tiempo. Probablemente deberías usar un bucle o loop para eso 😊
24+
25+ + Si necesitas un repaso sobre los loops y/o condicionales, échale un vistazo a esto: https://docs.python.org/es/3/tutorial/controlflow.html
Original file line number Diff line number Diff line change @@ -24,4 +24,6 @@ This is the chorus of one of the most famous Beatle songs:
2424
2525## 💡 Hint:
2626
27- + The words "let it be" repeat all the time, you should probably create a loop for that.
27+ + The words "let it be" repeat all the time, you should probably create a loop for that.
28+
29+ + If you need a refresher on loops and conditionals, check out this awesome resource: https://docs.python.org/3/tutorial/controlflow.html
You can’t perform that action at this time.
0 commit comments