Hi All,
My answer for Ex 3 of the Capstone project matches the expected output. But I am getting the below grader error
There was an error grading your submission. Details:
‘NoneType’ object is not iterable
Can someone help ?
Hi All,
My answer for Ex 3 of the Capstone project matches the expected output. But I am getting the below grader error
There was an error grading your submission. Details:
‘NoneType’ object is not iterable
Can someone help ?
In python generally this error means that the output of a function should be a list but its not!