Home / Questions / Other TypeError: 'NoneType' object is not iterable का common कारण क्या है? इस error को future में कैसे prevent करें? Other 0 Views Verified TypeError: 'NoneType' object is not iterable का common कारण क्या है? इस error को future में कैसे prevent करें? #python #error #debugging #exception #solution Sarkari Result QA Bank Editorially reviewed exam information Share
Verified None is always iterable None is always iterable Additional Explanation यह विकल्प सही समाधान नहीं है।
Verified Correct Answer A function returned None where an iterable was expected A function returned None where an iterable was expected Additional Explanation Iterable की जगह None मिलने पर यह error आता है।
Verified for loops only accept strings for loops only accept strings Additional Explanation यह विकल्प सही समाधान नहीं है।