diff --git a/Notas/01_Intro_a_Python/03_Hello_world.md b/Notas/01_Intro_a_Python/03_Hello_world.md index 16cd9f1..6f2f26e 100644 --- a/Notas/01_Intro_a_Python/03_Hello_world.md +++ b/Notas/01_Intro_a_Python/03_Hello_world.md @@ -38,7 +38,9 @@ hello world en una terminal de Mac: ``` -[falta] ¿cómo se ve? +~/ejercicios_python +➜ python hello.py +hello world ```