How to use python's idle

silencement
Release: 2019-06-24 15:36:13
Original
4750 people have browsed it

How to use python's idle

IDLE Create a new Python file

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

How to use pythons idle

How to use pythons idle

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 use pythons idle

Get a file name and save successfully!

How to use pythons idle

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 use pythons idle

The above is the detailed content of How to use python's idle. 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!