Although I finished all the exercises but when I click the button ‘Submit Assignment’ , it replied the score 0/100
I have passed all the tests
test 1:
test 2:

test 3:

test 4:
test 5:
Although I finished all the exercises but when I click the button ‘Submit Assignment’ , it replied the score 0/100


Passing the unit tests does not mean your code is perfect. The unit tests don’t check for every possible error in your code.
Perhaps in one of your functions, you’re using an index value that is out-of-range for the unit test the grader uses.