Python Pythonファイルの実行方法
Pythonファイルをどのように実行していくかを記載してきます。
まずは以下のPythonファイルhello.pyを作成してください。
print("Hello python")
そして、コマンドプロンプトを起動し、hello.pyがある...
Python
Python
Python
Python
Visual Studio Code