for C1M4 Exercise 5, before submission tested the code and received “All tests passed!”
Then after kernel > reset & clear output and going through and testing everything in order, I received full points for Exercises 1-4 and received an error message on Exercise 5. Why didn’t it give me an error message before if there was an issue?
Firstly, as to why you didn’t get an error before in exercise 5, without getting into much details for it, this can generally happen when you add a piece of code you shouldn’t have had or changed some code, and ran it and then changed the code again.
To avoid this unexpected behaviour, this is why it has been instructed in the notebook to do kernel > reset & clear output to double check your code is working before submitting.
Secondly, were you able to fix your Ex 5 or do you need help with it?