I'm new to coding and can't seem to figure out the issue with my code. So, I've created a variable. Now I am trying to use that variable in a string input, but I keep getting a
TypeError: input expected at most 1 arguments, got 3.
Any help would be appreciated!
E.g.
import random
number = random.randint(1,100)
random = str(input('Is', number, 'a prime number? '))