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

How to output hello world code in python

藏色散人
Release: 2021-05-08 10:53:11
Original
22360 people have browsed it

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!

Related labels:
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template