一、python IDLE安装
1、进入python官网
https://www.python.org/
2、点Downloads---->windows进入下载界面
3、选择最新的Latest Python 3 Release - Python 3.10.0进入
4、选择安装包(windows 64位)
5、等待下载。。。
6、安装时记得勾选把python放在系统路径下,这样命令行才能去调用python程序
7、点击Customize installation,点击next,勾选Install for all user,选择安装路径
8、点击install安装
9、安装完成可以看到
10、进入Python 3.10.exe
输入print(“hello world!”)回车,就会输出hello world! 啦~



