もう22日目ですか。結構時間がかかりますね。ただ、楽しくなってきました。 カレントディレクトリ 現在作業中のディレクトリのことをk連とディレクトリですね。cwd(current working directory)でよびだすやつ。 getcwd() - 現在のカレントディレクトリを取得 chdir ...
After os.chdir() local modules cannot be imported when run under pudb and raise ModuleNotFoundError. When run under the normal python interpreter this works. The ...