在任意一个目录下创建一个hello.py文件,我们来输出一个经典语句"Hello World!"
print(“Hello, World”) 执行hello.py这个python脚本的方式是:
python hello.py