1.运行环境

window平台

2.通过cmd命令进入命令行程序

cmd

3.查看python版本

python -V

4.进入交互式编程客户端

python

5.输入“Hello, Python!”字符串

print "Hello, Python!";