Skip to content

Commit 5bc271f

Browse files
committed
added resources as a refresher of control flows
1 parent 8025159 commit 5bc271f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

exercises/18-The-Beatles/README.es.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

exercises/18-The-Beatles/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)