The autograder is having issues grading my code…
All tests passed is showing but autograder keeps giving me a zero.
What changed should I make
What changed should I make
Hi @LordAaravian,
Try not to hard-code any values. Passing all test cases and failing the grader shows that your code does not consider all cases! By the way, compare your cell output with the expected output at the bottom of the image on the right to see if that helps identify the issue.
Hope this helps! Feel free to ask if you need further assistance.