221k views
5 votes
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.

1 Answer

5 votes

Answer:

50000

Step-by-step explanation:

User JorenHeit
by
5.0k points