http://woodpecker.org.cn/abyteofpython_cn/chinese/ch03s02.html
简明 Python 教程
这里面用的2.x的版本,所以如果你用的是3.x的版本,语法会有变化。
print ‘hello world' 应该写成 print('hello world')