An application has calculated the division of two numbers (a/b gives the result, Here a, b are two numbers) and the user has entered the two numbers a, b which are 10 and 0 respectively. Which of the following situation will raise for the given example?
1
ZeroDivisionError
2
IOError
3
ImportError
4
User defined exception