https://docs.python.org/3/library/cgi.html says that the cgi mudule is deprecated and "The FieldStorage class can typically be replaced with ... the email.message ...
So basically I just ran into infinite Discovering Python Interpreters. Then I tried almost everything, including deleting extensions, reloading VS Code, changing Python Path and etc. But finally when ...
前回作成したPythonプログラムの更新を行っている最中に、print文の挙動が不安定なことに気がつきました。 変数の中身を表示させた際に、表示の形式が変わってしまうのです。 そこで、Python環境のアップデートを実行しました。 conda update --all これが不幸の ...