Difference Between Python's IDLE and its command line

后端 未结 4 1730
梦如初夏
梦如初夏 2020-12-28 11:20

What are the key differences between Python\'s IDLE and its command line environment? IDLE looks nicer, of course, and has some kind of GUI...

Moreover, is IDLE trea

4条回答
  •  青春惊慌失措
    2020-12-28 11:49

    Python IDLE is where you write your program/s and Python Shell is where you run your program/s. I hope this helps you.

提交回复
热议问题