Python - Exception Handling Fundamentals
Find the error in this code snippet:
try:
print(10 / 0)
except Exception
print("Caught error")try:
print(10 / 0)
except Exception
print("Caught error")15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions