- A NameError
- B Undefined
- C 5.0
- D ZeroDivisionError
Python Programming Language MCQ Python Errors and Exceptions Handling
⚠ Report ✓ Question Verified Copy Link
def abc(x):
return 20 / x
print(abc(0))
Learn More MCQ Questions from Python Programming Language MCQ Python Errors and Exceptions Handling