So we were asked a question in class and it will probably come up in our exams that what is the difference between "Assert Error" (it could also be "AssertionError", I am a little doubtful on this one) and "Assert_error"(our teacher was very specific about the "e" in error being smallcase and an underscore between them). I searched for an hour on the internet and on stack overflow too, and while some people use "assert_error" as a way to define their functions, I could not find any answer specifically talking about this. Our teacher also said it was something related to notations.we are currently studying exception handling in python.Maybe someone here could have an answer.
Any help would be appreciated.
Thanks.