0
What is exceptions?
can you please explain exceptions in python, I don't understand it
2 Respostas
+ 2
Exceptions are when a girl is lonely and sad, but has sex with me because I'm the only one around.
Seriously though, when an error or something happens that would terminate your program, it throws an exception which makes error-handling a lot easier to deal with.
0
thanks that really helped