1、安装python插件
2、在要运行的Python工作空间里,修改tasks.json。
(推荐教程:vscode教程)
用以下内容覆盖:
{ "version": "0.1.0", "command": "C:\\Python35\\python.exe", "isShellCommand":"true", "shadowOutput":"always", "args": ["${file}"] }
3、右键文件,选择run code即可运行。
更多编程相关内容,请访问php中文网编程入门栏目!
Das obige ist der detaillierte Inhalt vonSo führen Sie ein Python-Programm mit vscode aus. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!