Gamma rays are not used for communication.
-- We have no safe way to generate them.
-- We have no cheap way to detect them.
-- We have no way to impress information on them (modulate them).
-- They're dangerous.
Otherwise they're ideal for communication.
The second factor as it did not make travel easy at all
They do it because they want people to experience new rides, instead of the same old boring rides they’ve been on several times.
Answer:
technology is a whole means to provide goods needed for the survival and comfort of human life
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.