時間ができたので、久々にpythonに触れてみようと思ってVScodeを開きました。 簡単なコードのはずなのに、未定義エラーが出てしまいました。 その原因と解決策が単純すぎたので、備忘録としてまとめます。 VScodeでpythonコードを実行させる際は、 でrun python ...
I have been writing/debugging code line by line, using F9 or writing a line in the debug console, however recently it has stopped defining my variables. I set a breakpoint, debugging until that point ...