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