“For Assignment Two, all of my tests passed. However, after submitting it for grading, it failed every time on the third attempt, and an error message appeared and said try again later. I submitted a support ticket and was advised to write about it here. What are my next steps to continue with the course?”
Give us a screenshot of the error coming from the grader when it fails!
(Solution code removed, as posting it publicly is against the honour code of this community, regardless if it is correct or not. You can share the errors you get)
I have passed all of the test and it will not submit.
Hi @redfalkon22,
Please read through some of the common mistakes made by the learners.
With that in mind, please follow only the instructions of the assignments and don’t add any extra in the code cell. The instructions are clear about only making changes between the ### START CODE HERE
AND ### END CODE HERE
as per the instructions of the exercises.
From the screenshots you have shared, I can see that you have added some extra code in your exercise cells because of which the code is failing, particularly, adding import test_your_code
and overriding the variables. You are suppose to use the same book
variable which you define in exercise 1 throughout the notebook.
The best thing for you would be re-do the assignment again.
Open the assignment, and on the top right click the Help
(?
) icon. When the panel opens, click on Get latest version
.
This will give you a fresh copy of the assignment. Re-do the assignment again, and implement code as per the instructions. DO NOT anything in the code cells that is not part of the instructions.
Best,
Mubsi
P.S sharing solution code publicly is against the honour code of this community. I’m going to remove it from your posts.