{{{#!python try: x = 5 / 0 except ZeroDivisionError: print("division by zero") }}}