#x=2/0
try:
x=2/0
Except ZeroDivideError:
Print ("exception handled")

What will be the output of this python code

Posted on by