2.5 code practice
edhesive
import random
a = random.randint(1, 11)
b = random.randint(1, 11)
print ("What is:
+ str(a) + " X " + str(b) + "?")
þins
int(input("Your answer: "))
if (a * b
ans):
print ("Correct!")
else:
print ("Incorrect!")
it says
int(input(“Your answer: “))
is incorrect and is highlighted red.