51.6k views
5 votes
Edhesive: 2.5 Code Practice answer

User JavierIEH
by
5.7k points

2 Answers

2 votes

Answer: can you tell me what you need help with

Explanation:thank you

User CronosNull
by
5.1k points
4 votes

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!

User Sam Brinck
by
4.9k points