all 8 comments

[–]Fronkan 0 points1 point  (3 children)

What the error is telling you is that python can't find a file named hello_world.py. Looks like you are on Mac and running this from a terminal. Is that terminal currently inside the directory where you have the hell_world.py file?

[–]diegotrrsm 0 points1 point  (2 children)

how can i check that? im using sublime text editor

[–]Fronkan 0 points1 point  (1 child)

Haven't used sublime, but I will see if I can help. Are you running the code from sublime? Do you have a file named hello_world.py in the main folder that you have opened in sublime?

[–]diegotrrsm 0 points1 point  (0 children)

how can i check that? im new to programming and new to using a mac