Traceback (most recent call last): File "example.py", line 3, in <module> print(x + y) ~~^~~ TypeError: unsupported operand type(s) for +: 'int' and 'str'