When executing the given Python code, which of the following exceptions will occur?

a = 10

b = 0

c = a/b

print(c)

1
 SyntaxError
2
ValueError
3
ZeroDivisionError
4
TypeError

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation