0
Can anyone help me...?
What are all the possible exceptions in python when working with strings...?
2 Answers
+ 10
Here is a link to the python documentation in terms of exceptions. In the first link, you can find at the very end an exception hierarchy:
https://docs.python.org/3/library/exceptions.html
In this section of python docs you can find basic informations about exceptions:
https://docs.python.org/3.7/tutorial/errors.html
May be you can give a description of what you are going to do with this information, because there is a hard way to go or a convenient way to go.
+ 1
Thank you Lothar



