現在のディレクトリにある hello.py という Python ファイルを実行するターミナルコマンドはどれですか?
hello.py
cd hello.py
print hello.py
python hello.py
touch hello.py