5 lines
145 B
Plaintext
5 lines
145 B
Plaintext
>>> 3/"3"
|
|
Traceback (most recent call last):
|
|
File "<stdin>", line 1, in <module>
|
|
TypeError: unsupported operand type(s) for /: 'int' and 'str'
|