1、下载 官网:https://www.python.org downloads -windows -Download Windows x86-64 executable installer(选择对应安装版本)
2、安装:运行安装文件 勾选 add python 3.7 to path ____ install -close 完成安装(默认安装到C盘)
更改安装路径:Customize installation
3、安装库 运行 pip install turtle
4、引用库 import turtle