Python - Exception Handling Fundamentals
Find the error in this code:
try
x = 10 / 2
except ZeroDivisionError:
print('Error')try
x = 10 / 2
except ZeroDivisionError:
print('Error')15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions