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