Home > Backend Development > Python Tutorial > Display of python code running results

Display of python code running results

爱喝马黛茶的安东尼
Release: 2019-06-15 11:45:17
Original
18049 people have browsed it

Where are the results of running the python code displayed?

Here is the IDE that comes with python to demonstrate the steps

Related recommendations: "python video"

Display of python code running results

The first step is to click on the start menu bar, enter IDLE in the search bar, and open the shell.

Display of python code running results

The second step is to enter print("hello world") in shell mode and press Enter.

Display of python code running results

The third step is to create a new hello world.py file and save it.

Display of python code running results

Display of python code running results

Display of python code running results

Step 4, enter print("hello world")

Display of python code running results

The fifth step is to click run to run the code and display the running results.

Display of python code running results

Display of python code running results

The above is the detailed content of Display of python code running results. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
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