summaryrefslogtreecommitdiff
path: root/tests/examplefiles/pycon_test.pycon
blob: ff702864543a37debbc2423b85b090c110dfadc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
>>> :
  File "<stdin>", line 1
    :
    ^
SyntaxError: invalid syntax
>>> 
KeyboardInterrupt
>>>

>>> 1/0
Traceback (most recent call last):
...
ZeroDivisionError