Home > Article > Backend Development > Display of python code running results
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"
The first step is to click on the start menu bar, enter IDLE in the search bar, and open the shell.
The second step is to enter print("hello world") in shell mode and press Enter.
The third step is to create a new hello world.py file and save it.
Step 4, enter print("hello world")
The fifth step is to click run to run the code and display the 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!