#C2W1 Assignment says Failed

Hello Everyone!

I have finished my assignment for C2W1 and submitted the assignment. I have received the output same as expected output. Bit, still its giving me the error “Failed”.

Could someone pls help here.

1 Like

I have received berlow message:

Try Again · 0/90 points earned

You must earn 72/90 points to pass.

1 Like

I’m not a mentor for that course, but I have some general advice for this situation.

Passing the tests in the notebook does not prove your code is perfect. The notebook’s test only check a few general characteristics.

The grader uses a totally different set of tests.

Your code must work for any situation, and with any size of data set. For example, using global variables within one of your functions will always cause the grader to fail - because it doesn’t provide those variables.

It would help if you post a screen capture image that shows the detailed feedback from the grader. There should be a link you can click that gives a more detailed explanation of what the grader did not like.

That will help give a course mentor more information to help you.

1 Like

Thank you. I saw the message and resubmitted it. Its graded now.

Thank You,
Madhuri .K

1 Like