error.py 75 Bytes Raw Blame History Permalink 1 2 3 4 5 6 # simple error script def divide_by_zero(): print 1/0 divide_by_zero()