The line
question = str(input("What is",randomNumber1,"+",randomNumber2,"x",randomNumber3,"?\n"))
in my code is giving me trouble.
This is the error I get:
question = str(input("What is",randomNumber1,"+",randomNumber2,"x",randomNumber3,"?\n"))
TypeError: input expected at most 1 arguments, got 7
If you could help it would be much appreciated as I don't know what I have done wrong.