Answer:
Printed
Explanation:
The job was finished and sent to the printer. In the printer, you have to waite to be printed
Answer:
yho
Explanation:
hayi no ntwana.... lala boy
import math
num1 = int(input("Enter a number: "))
num2 = int(input("Enter a number: "))
print(math.gcd(num1, num2))
The gcd() - greatest common divisor function, which is part of the math module works perfectly in this situation.
Answer:
What????
What does that mean??????????????????????????????????