1.2. 运行第一个程序

1.2.1. 编写文件

#!/usr/bin/env python3
print('hello, world')

1.2.2. 运行hello world

chmod a+x ./hello.py
./hello.py