Basically this is something that I had an issue with running C programme and I'm trying to run a python program from a terminal but the problem arises again. after tying an exact file in a exact directory the terminal doesn't seem to run the program and just skip it.
Is there something that I'm doing wrong to run and display on a terminal command?
$ ls
hello_world.py
$ python hello_world.py
$
This below 'script' is how I run the code with sublime text. Basically from my point of view there is no problem in script itself..
print('Hello Python world!')