i finished the whole course and i can’t get the certificate because of the first week programming assignment ! i got the same outputs but still all 0’s
for more info i added cells so the it can run correctly but still i get all zeros
Do not add any extra cells. This will certainly confuse the grader.
You do not need to add any cells “so it can run correctly”. No extra cells are needed.
I recommend you delete all the extra cells and try again. Or, maybe delete your notebook and get a fresh copy so you can start over.
If you get error messages, please post them here.
Thanks for replying i deleted the added cells and i run it and just replace the “None” with the line that is required, but i still get zeros on all exercises, i posted a new post about the problem again but here is what it says “There was a problem compiling the code from your notebook. Details:
name ‘comb’ is not defined”
Does your code use a variable named “comb”?
Hello, How do I delete the notebook and get a new copy it ?
I am facing the same issue and would like to start over from the begging
Use the search tool to find the “M4ML Resources” page.
There you will find the FAQ, and it has instructions for updating your notebook.
I have completed my assignment 8/10. but I didn’t get any points for each (0/10) and facing this error <unknown line 471>, I am getting this error for the codes
Before you can submit for grading, you need to complete the entire assignment. Any ‘None’ statements left in the notebook will make the grader crash.
You can pass the assignment if some of your code doesn’t give the correct results.
But you cannot have your work graded if you don’t attempt each part of the assignment, or if the code you submit makes the grader crash. That’s what “None” statements do if you leave them in your notebook.
I have the same issue here. all my outputs are the same as the expected outputs, but the grader still giving me 0%
What is the grader feedback? Please post a screen capture image.
You’ll need to click on the > icon to see the detailed text.
Typically this means that somewhere in the notebook, you have left a “None” statement, and this is making the grader crash.
There are several other possible causes, but “not completing the whole notebook” is the most common.
It can be due to any “None” statement in the notebook, not related to the specific function that is listed in the grader feedback.
I dont have any single “None” statment in my file, and I also completed the whole assignment
Other causes can include:
- Renaming the notebook file. You cannot submit a renamed notebook for grading.
- Trying to submit an old version of the notebook.
How can I know if it is an old version, and how can I submit a new version
Also, can be caused by deleting a code cell from the notebook, copying a cell into the notebook, or creating any new cells.
Can also be due to having added print() statements to your notebook which cause a lot of data to be output to the workspace.
I didnt add any cells
- Remember when you started working on this notebook.
- Open the “Help” menu, and “View change log”.
- Compare the dates.
Did you delete any, and then try to add them back in?