Emoji_v3a AssertionError

Good day,

I am having the following error when submitting the assignment (Emoji_v3a):
Cell #21. Can’t compile the student’s code. Error: TypeError("‘NoneType’ object is not iterable",)
Don’t get what is the problem, even though all tests are passed.

Thanks

1 Like

Passing all the tests does not mean your code is perfect. There are lots of errors the tests do not catch.

Apparently there is a problem in some of the code where you are using the “None” data type.

Cell #21. Can’t compile the student’s code. Error: AssertionError(‘Wrong values. Debug with the given examples’,)

now its this error, any idea about the problem is "I can debug it.

thanks

facing the same error! I have done all to debug and think my code is correct. It has ‘all test passed’ also @eslam34 @TMosh