IDLE is an editor that comes with python. It is quite simple, so simple that it is simple.
IDLE is a basic integrated development environment for developing python programs. It has basic IDE functions; after python is installed, IDLE will be installed automatically, and there is no need to go elsewhere. Find; basic functions include syntax highlighting, paragraph indentation, basic text editing, TABLE key control, and debugging programs.
You can see an idle (python GUI) thing in the Python of all programs in the start menu, that is IDLE. Enter python, and the running window of python will open.
Open idle and enter printh("hello world") to print hello world on the screen
Related learning recommendations: python tutorial
The above is the detailed content of what is python idle. For more information, please follow other related articles on the PHP Chinese website!