Home  >  Article  >  Backend Development  >  How to output hello world code in python

How to output hello world code in python

藏色散人
藏色散人Original
2021-05-08 10:53:1122226browse

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.

How to output hello world code in python

The operating environment of this article: windows7 system, python3.7.2 version, DELL G3 computer

Open IDLE;

How to output hello world code in python

Enter python 3.7.2 shell;

How to output hello world code in python

Enter print("hello world") in the interface and click Enter;

How to output hello world code in python

Output hello world;

How to output hello world code in python

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn