Even after completing all the Questions correctly and getting the right output , my Score is 0

I am facing issue with the grading

There was a problem compiling the code from your notebook, please check that you saved before submitting. Details: No module named ‘test_your_code’

but if this module is not defined I wont be able to run the code and get the result , I have got all the expected result

Hmm, try restoring the entire lab with the question mark on the top right corner and then “Get Latest Version”!

Hi @emdali,

It is likely that in 1 or more of your exercise cells, you have added import test_your_code.

Please remove it.

Thanks,
Mubsi