PyCharm Pythonのin演算子(int型)で”TypeError: argument of type ‘int’ is not iterable”と怒られてしまった際の解決方法 環境:Python3.7 in演算子を使用して値が含まれているか判定しようとすると以下のエラーが返されて TypeError: argument of type 'int' is not iterable TypeError: 'int'型... 2020.01.26 PyCharmPython