PYTHON RELATED PROBLEMS | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

PYTHON RELATED PROBLEMS

i started learning python recently but when i tried it in my pc as i run the program its open for a sec and gone can't see even whats written there and i didnt understand how to use input to store it in specific variable

27th Jun 2017, 7:15 AM
Harsh Ranjan
Harsh Ranjan - avatar
4 Answers
+ 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/
27th Jun 2017, 7:18 AM
Hatsy Rei
Hatsy Rei - avatar
+ 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.
27th Jun 2017, 7:37 AM
Aditya Mudgal
Aditya Mudgal - avatar
+ 1
yes but how to run it with python shell
27th Jun 2017, 7:20 AM
Harsh Ranjan
Harsh Ranjan - avatar
+ 1
thnkxs
27th Jun 2017, 7:41 AM
Harsh Ranjan
Harsh Ranjan - avatar