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