โ๏ธ Code CompletionPY Python Medium+20 XP
Exception Handling
Complete the error handling pattern.
โ๏ธ Fill in the blank
try:
result = 10 / 0
___ ZeroDivisionError:
print("Cannot divide by zero")Complete the error handling pattern.
try:
result = 10 / 0
___ ZeroDivisionError:
print("Cannot divide by zero")