Home > Development Tools > notepad > body text

How to run py in notepad

藏色散人
Release: 2019-11-05 10:30:25
Original
3837 people have browsed it

How to run py in notepad

How to run py in notepad?

Notepad ->"Run" menu->"Run" button

Recommended: "notepad usage tutorial"

How to run py in notepad

Enter the command: cmd /k cd /d "$(CURRENT_DIRECTORY)" & python "$(FULL_CURRENT_PATH)" & ECHO. &ECHO. & PAUSE & EXIT, click save and set the shortcut key

How to run py in notepad

Run Python script

1) Click to run

2) Shortcut key to run: Use the set shortcut key to run it directly

How to run py in notepad

The above is the detailed content of How to run py in notepad. 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