To correct the Python TypeError: 'NoneType' object is not iterable, the main thing to know is that you are trying to loop over None, and that is nonsense. Your best course of action on fixing an error like this is tracing your variable back and figuring out how it became None
Learn More About None 👉 • Python None
See How The type Function Works 👉 • Python type Function | Your New Best Debug...
See How The print Function Works 👉 • Python print
#python #codingtutorial #learntocode