1、 使用windows+R 打开运行。
2、 输入cmd进入命令行界面。
3、 输入python --version后可以查看python版本。
4、 也可以键入python进入python环境。
5、 退出需要输入exit()。