创建一个py文件,比如/Users/mymachine/myProject/hello.py
print("hello")
打开命令行,输入 python hello.py, 回车即可(前提:你的python 已安装并添加到环境变量)