+ 1
If the exceptions explained a little better it would be good.
There are also another exceptions like out of bound error and also many other.
2 Réponses
+ 4
Yes there are a lot of exceptions.
But your task is to avoid exceptions, not make them.
So try maoing your code first thwn care about the exceptions as they "accidentally" happen.
+ 4
https://docs.python.org/3/library/exceptions.html
A good place for Python information