1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
>>> : File "<stdin>", line 1 : ^ SyntaxError: invalid syntax >>> KeyboardInterrupt >>> >>> 1/0 Traceback (most recent call last): ... ZeroDivisionError >>> 1/0 # this used to swallow the traceback Traceback (most recent call last): ...