Python - Exception Handling Fundamentals
Which of the following is the correct way to catch an exception in Python?
try to run code and except to catch errors.try and except Exception, which is correct.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions