0

Can anyone help me...?

What are all the possible exceptions in python when working with strings...?

19th Sep 2020, 10:56 AM
Nandini B N
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.
19th Sep 2020, 11:26 AM
Lothar
Lothar - avatar
+ 1
Thank you Lothar
19th Sep 2020, 2:08 PM
Nandini B N