2014-05-06 01:25:08 +08:00

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'