VsCode 集成 pyhton 开发环境
安装python插件
配置python解析器
快捷键 Ctrl+Shift+p 弹出搜索框 在搜索框内输入 Python:Select Interpreter
新建 python文件
编写python代码
# coding: utf-8 print('我爱你中国,亲爱的母亲');
运行python代码
版权声明:本文为qq_24330181原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。
安装python插件
配置python解析器
快捷键 Ctrl+Shift+p 弹出搜索框 在搜索框内输入 Python:Select Interpreter
新建 python文件
编写python代码
# coding: utf-8
print('我爱你中国,亲爱的母亲');
运行python代码