number = input("What is your favourite number?") print("It is", number + 1) # error: Unsupported operand types for + ("str" and "int")