python 默认中文注释会报错,解决方案如下

python 中文注释

# encoding=utf-8

print('hello python') # 这是第一个程序