#!/usr/bin/env python
try
:
print
(
100
/
0
)
except
ZeroDivisionError:
"Exception: divide by zero!"