用notepad编写print "hello word"并保存文件;
打开cmd切换到文件的目录,运行python 文件名.后缀;
注意:Python对缩进的要求非常严格,首行不能有空格;
# coding: utf-8
第一个Python程序
原文:http://keilantra.blog.51cto.com/4017168/1959857