Wipe off the hard drive with a software eraser but it won't be quick and won't work on defective disks
What you said? And what you get?
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