1.首先安装一个编辑器,下载链接放出
链接: https://pan.baidu.com/s/1c0cm8A 密码: ucie
2.打开sublime3
工具-->编译系统-->编译新系统
会出现如下界面
将里面的文字改写成
{ "cmd": ["C:/Python34/python.exe","-u","$file"], "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)", "selector": "source.python", "encoding": "cp936", }
Ctrl+s保存
打开一个py文件hello.py 点工具-->编译系统-->python3_run
Ctrl+b 执行
时间: 2025-01-18 04:07:41