Mark McGranaghan 8d31ec147c move to vendor
2012-11-17 08:21:42 -08:00

15 lines
165 B
Plaintext

>>> :
File "<stdin>", line 1
:
^
SyntaxError: invalid syntax
>>>
KeyboardInterrupt
>>>
>>> 1/0
Traceback (most recent call last):
...
ZeroDivisionError