summaryrefslogtreecommitdiff
path: root/tests/examplefiles/pytb/pytb_test3.pytb
blob: 0c602167ebd16b03b29d4fa9d403e3fc69a127cb (plain)
1
2
3
4
5
6
7
8
>>> 3/"3"
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: unsupported operand type(s) for /: 'int' and 'str'
>>> blah
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
builtins.NameError