Skip to content

Commit 02461d3

Browse files
committed
updated readme's by moving tip to where it should be
1 parent d3a224b commit 02461d3

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

exercises/01-Console/README.es.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ print("Un texto en la consola")
1414

1515
## 📝 Instrucciones:
1616

17-
1. usa **print** para escribir `Hello World!` en la consola. Siéntete libre de intentar otras cosas también.
17+
1. usa **print** para escribir `Hello World!` en la consola.
1818

1919
## 💡 Pista:
2020

2121
+ Recuerda, para ejecutar el código y ver el resultado en la consola, haz clic en el ícono de caja en la esquina superior izquierda de la pantalla:
2222

23-
https://i.imgur.com/w6u4aDd.png
23+
https://i.imgur.com/w6u4aDd.png
24+
25+
+ Siéntete libre de intentar otras cosas también.

exercises/01-Console/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ print("How are you?")
1818

1919
## 📝 Instructions:
2020

21-
1. Use **print** to print `Hello World!` on the console. Feel free to try other things as well.
21+
1. Use **print** to print `Hello World!` on the console.
2222

2323

2424
## 💡 Hint:
2525

2626
+ Remember, to run the code and see the output on the console, click on the box icon in the top left of the screen:
2727

28-
https://i.imgur.com/w6u4aDd.png
28+
https://i.imgur.com/w6u4aDd.png
29+
30+
+ Feel free to try other things as well.

0 commit comments

Comments
 (0)