0

How to run a python script?

I created a script'print "hello world"'and then I don't know how to run it with python and get a output"hello world"

29th Jul 2016, 6:56 AM
Bushhh
3 odpowiedzi
+ 2
Save it as "something.py" Run in terminal "python something.py"
29th Jul 2016, 7:35 AM
Prashant Shahi
Prashant Shahi - avatar
0
use the IDE tool. Try to press F5
29th Jul 2016, 8:42 AM
X_Tu
X_Tu - avatar
0
if you use internal playground of this app, you need only to push the button below 'Run'. and if you use computer, the simplest way is to use the commond task, you need to write the way where your program "something.py" is, and push 'Enter' . For it works you should firts install Python to your computer from oficial site. ;)
29th Jul 2016, 9:44 AM
Pavel
Pavel - avatar