How to open the compiler that comes with python

silencement
Release: 2019-07-08 10:21:50
Original
9565 people have browsed it

How to open the compiler that comes with python

IDLE Create a new Python file

After opening IDLE, click File in the upper left corner, then click the first item NewFile to create python file. Or directly use the shortcut key Ctrl N to quickly create

How to open the compiler that comes with python

How to open the compiler that comes with python

Save the file

Use directly Shortcut key, Ctrl S, can save quickly. You can also click File in the upper left corner of the window and then click Save to complete the saving.

How to open the compiler that comes with python

Get a file name and save successfully!

How to open the compiler that comes with python

Run the saved Python file (program)

Run the Python program directly in IDLE. Click Run at the top of the window, then click RunModule to run the program. You can also run it quickly through the shortcut key F5.

How to open the compiler that comes with python

The above is the detailed content of How to open the compiler that comes with python. 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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!