4 Respostas
+ 13
Check out Python's documentation:
https://docs.python.org/3/library/exceptions.html#bltin-exceptions
+ 3
This article has a list of all the built-in exceptions
https://www.programiz.com/JUMP_LINK__&&__python__&&__JUMP_LINK-programming/exceptions
all errors and exceptions are base classes of the Exception type so technically there's only one type of exception
- 1
type error,syntax error ,logical error( not visible) semantics error,zero division error,exceptions