Home > Backend Development > Python Tutorial > How to write python program in sublime

How to write python program in sublime

coldplay.xixi
Release: 2023-01-03 09:27:34
Original
6679 people have browsed it

How to write a python program in sublime: first install the python program, open it and select the python language; then enter the code and save it as [xx.py]; finally use the shortcut key [ctrl b] to print.

How to write python program in sublime

The operating environment of this tutorial: Windows 7 system, python version 3.9, DELL G3 computer.

How to write python programs in sublime:

1. How to write python programs in sublime and find the installation program

How to write python program in sublime

2. Then send it to the desktop shortcut

How to write python program in sublime

3. Our program will be displayed on the desktop

How to write python program in sublime

4. After opening, find the location in the lower right corner and left-click

How to write python program in sublime

5. After left-clicking, there are many language choices. We choose python

How to write python program in sublime

6. Print ("hello world") Enter this, my code will display its color according to the language you choose

How to write python program in sublime

7. After writing, we save it. We enter a 1111.py. The suffixes of Python are py

How to write python program in sublime

##8. After writing, how do we print, shortcut key

ctrl b will print

How to write python program in sublime

Related free learning recommendations:

python video tutorial

The above is the detailed content of How to write python program in sublime. 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