Python - Custom Exceptions
Which exception class is the parent of
ZeroDivisionError in Python?ZeroDivisionError in Python?ZeroDivisionError is a subclass of ArithmeticError, which itself is a subclass of Exception.ZeroDivisionError is ArithmeticError.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions