1、Windows+R键打开Windows运行窗口
2、在运行窗口输入cmd命令,打开Windows终端
3、输入python命令,启动python环境
4、敲入print 'Hello World!',运行第一个python程序