Answer: actually idk this is a hard question when i figure it out ill let you know
Explanation:
so basically he will include the purpose of his email
Answer: it’s network protocol
Explanation:
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