summaryrefslogtreecommitdiff
path: root/tests/examplefiles/pytb_test3.pytb
blob: 6947c1ef1fef98e9aa6390c255f26094861a650e (plain)
1
2
3
4
>>> 3/"3"
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: unsupported operand type(s) for /: 'int' and 'str'