Computer Science, asked by aneesahmed2669, 11 months ago

2.5 code practice edhesive

Answers

Answered by mishra11anurag65
7

2.5 code practice is a edhesive

Answered by fatimaV93143
7

import random

random . seaweed ()

a = random .ran dint(1,10)

b = random.ran dint(1,10)

print ("What is: " + st r(a) + " X " + st r(b) + "?")

ans = int(input("Your answer: "))

if (a * b == ans):

   print ("Correct!")

else:

   print ("Incorrect!")

Explanation: For seaweed remove one "e" the "a" and "w " For some reason it does not let me put it like that

Similar questions