Assignment submitted and result shows 0

Hey, In the programing assignment of week-3, I have worked on all the problems. Cleared all tests except for one. But when the assignment is submitted, it shows as 0/120. Please help.

If the grader gets any exceptions when running, then you get 0 for all sections, because it cannot complete execution.

You need to pass all the local tests first, before you submit to the grader, but please realize that just passing the local tests does not guarantee success from the grader. As mathematicians say, it is a “necessary, but not sufficient condition”. The problem is that the tests in the notebook are limited. You can frequently pass them with code that is not really “general” and the grader uses different test cases.

If the above is not enough to help you make progress, then please show us the actual output from the grader by clicking “Show grader output” and then posting a screenshot or “copy/paste”.