I'm using the Ipython3.3 console.
In [16]: ls
Dropbox/ README.txt* helloworld.py s1_cloud.py
In [17]: python helloworld.py
File "<ipython-input-17-f2927f6e69fb>", line 1 python helloworld.py ^ SyntaxError: invalid syntax
In [18]:
I can see in the root folder is the helloworld.py script, but when I try to execute it with "python helloworld.py" it returns an error. How should I do it? Thanks