A = input() B = input() C = (A + B) print(C)
Type Error: unsupported operand type(s) for +: ‘Future’ and ‘Future’