Home > Article > Backend Development > How to output hello world code in python
How to output hello world code in python: first open IDLE; then enter python 3.7.2 shell; finally enter "print("hello world")" in the interface and click Enter.
The operating environment of this article: windows7 system, python3.7.2 version, DELL G3 computer
Open IDLE;
Enter python 3.7.2 shell;
Enter print("hello world") in the interface and click Enter;
Output hello world;
Recommended learning: "python video tutorial"
The above is the detailed content of How to output hello world code in python. For more information, please follow other related articles on the PHP Chinese website!