+ 1
assert True
the high number is 3
2 odpowiedzi
0
carlos ramos I did not understand your question.
0
I find the answer maybe.AssertionError exceptions can be caught and handled like any other exception using the try-except statement, but if not handled, this type of exception will terminate the program.So the program terminates at "assert False" and will show "AssertionError".