+ 4
Can anyone explain how to work out when a exeption will appear?
please help!
3 Réponses
+ 7
Here is some detail on the different exceptions.
https://docs.python.org/3/library/exceptions.html
0
Any I/O operation when you are dealing with external data could be prone for exceptions. Consider wrong user input, failing DB read operation, connectivity issues etc.