简体   繁体   中英

Python IDLE how do I get from editor to shell

If I'm in the Python IDLE editor and the shell is not open, is there some way to open the shell without running a program? I expect it's something simple that I just can't find. Thanks

For Python 3.8 its just Run -> Python Shell if I am understanding your question correctly

python外壳图像

For windows:

  • Win+R to open run window
  • cmd to open, well, the command line
  • python to run python. Make sure you've added the python.exe file to PATH

Duh. I don't know how many thousands of times I've clicked on Run and never seen anything below Run Module. Thanks.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM