Loading

Quipoin Menu

Learn • Practice • Grow

python / Exception Handling
exercise
1/5
Exercise 1Python
Question

Write a Python program that divides two numbers given by the user. Handle `ZeroDivisionError` and `ValueError` gracefully.