#Pythonチュートリアル第3版 P60 にある

"import import; import.reload(modulename)"

の部分は

"import importlib; importlib.reload(modulename)"

の間違いだよね?(多分🤔
画像1