'int' object is not iterable の意味と原因、対処方法について解説
概要 Pythonで繰り返し処理(ループ)や内包表記などを使用している際に、 TypeError: ‘int’ object is not iterable というエラーに遭遇することがあります。 このエラーは「整数(i…
Python
概要 Pythonで繰り返し処理(ループ)や内包表記などを使用している際に、 TypeError: ‘int’ object is not iterable というエラーに遭遇することがあります。 このエラーは「整数(i…
Python
NameError: name ‘〇〇’ is not defined の意味と直し方 NameError: name ‘〇〇’ is not defined の意味と直し方 Pythonでプログラムを書いていると、実行…