Answer: can you tell me what you need help with
Explanation:thank you
Answer:
import random
a = random.randint(1,10)
b = random.randint(1,10)
answer = a * b
print (str(a) + " * " + str(b) + " = " + str(answer))
Step-by-step explanation:
Hope this helps!
5.7m questions
7.4m answers