Answers for "how to print exception in python when you don't know the name of the error"

1

only try python

try:
    a=2
except:
    pass
Posted by: Guest on October-22-2020

Code answers related to "how to print exception in python when you don't know the name of the error"

Python Answers by Framework

Browse Popular Code Answers by Language