Answer:
import random
a = random.randint(1,10)
b = random.randint(1,10)
answer = a * b
print (str(a) + " X " + str(b) + " = " + str(answer))
Explanation:
Happy to help you mate
Answer:
True
Explanation:
Everything typed into a computer is saved as data and logged.
She would make use of JavaScript if she wants to make it interactive, CSS if she wants to design it, Text editor obviously for coding the blog and a web browser for the result hope this helps
Answer:
The answer would be A: Random
Explanation:
The random() function returns a generated random number (a pseudorandom number)