安装Python
从官网下载最新安装包,安装时勾选add to path
在终端(powershell)输入python, 出现python版本号则说明安装成功,输入exit()退出
配置sublime text
参考:https://medium.com/@hariyanto.tan95/set-up-sublime-text-3-to-use-python-3-c845b742c720
编译
sublime点击Tools -> Build 或者使用快捷键 Ctrl + B
使用命令行,cd到所在文件夹,dir查看文件名,python + 文件名 编译运行
Tips
试着随意修改写好的代码,看看会报什么错,有助于理解