Home / Questions / Other TypeError: 'NoneType' object is not iterable का common कारण क्या है? कौन सा code pattern सही समाधान है? Other 0 Views Verified TypeError: 'NoneType' object is not iterable का common कारण क्या है? कौन सा code pattern सही समाधान है? #python #error #debugging #exception #solution Sarkari Result QA Bank Editorially reviewed exam information Share
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 None is always iterable None is always iterable Additional Explanation यह विकल्प सही समाधान नहीं है।
Verified for loops only accept strings for loops only accept strings Additional Explanation यह विकल्प सही समाधान नहीं है।