Python 実行方法

例えば、

hello_world.py というスクリプトファイルがあるとして、

コマンドで

$ python hello_world.py

でOK!

ーーー

python対話モード

コマンドで、

$ python