/workspace/my-first-shell/hello-world.py
に
print("Hello World")
print(3+2)
を書いて、
python hello-world.py
を実行しました。
すると、
The program 'python' can be found in the following packages:
- python-minimal
- python3
Ask your administrator to install one of them
と表示され実行できませんでした。
どのようにしたら実行できますでしょうか?
パスは通っていますか?

Windows10でPythonをインストールしたとき、「Add Python to Path」をチェック入れました。
そのことでしょうか?

回答1件
あなたの回答
tips
プレビュー