8 lines
246 B
Text
8 lines
246 B
Text
>>> 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
|