Python 履修メモPythonの履修メモをまとめます。 ■学習サイト Progate : https://prog-8.com/languages/python ■python実行方法 Windows PowerShellを起動して、 pyファイルがあるディレクトリに移動 py file.pyなどで実行 ■メモ with open(file, mode, encoding='utf-8') as file: #ファイルの更新