Help! My code is correct, but the grader gives me 0 points! - Course 5 Version

For general tips on why your submission might be failing, visit this post. For tips specific to this Course, look below.

4 Likes

Specific Tips for Course 5 Assignments

- Week 1, Assignment 3 - JAZZ:
Check out this post for tips on the JAZZ assignment.

- Week 2, Assignment 2 - Emojify:

  • If the error you are getting by the autograder is exactly, with focus on the key word “funny”:
    Cell #22. Can't compile the student's code. Error: KeyError('funny',)
    then in the second “for” loop of Ex 3, either you are skipping having an “if” statement or it is incorrectly implemented. Kindly follow the code block instructions to correct it.

  • If the error you are getting by the autograder is exactly, with focus on the key word “never”:
    Cell #14. Can't compile the student's code. Error: KeyError('never',)
    then make sure your Ex 1 is correctly implemented by following all the instructions given for it. Particularly your initialisation of the “avg” variable.

3 Likes