4 ответов
+ 6
You save your codes as .py scripts, and then run the codes through the Python Shell.
http://pythoncentral.io/execute-python-script-file-shell/
+ 2
select the file which you want to run with python( after selecting the file, right click on it, click on EDIT WITH IDLE). after the file is opened in python IDLE, either click on Run or press F5.
+ 1
yes but how to run it with python shell
+ 1
thnkxs