哪个终端命令可以运行当前目录中名为 hello.py 的 Python 文件?
hello.py
print hello.py
cd hello.py
python hello.py
touch hello.py