Difference Between Python's IDLE and its command line

后端 未结 4 1732
梦如初夏
梦如初夏 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:52

    They are both the same thing but, IDLE is made to write python code so its better if you can to write on IDLE. You can also try Notepad++ its a pretty good program to write code on.

提交回复
热议问题