chanellhuntley6785 chanellhuntley6785 25-11-2020 Computers and Technology contestada Write a function gcd(x, y) that returns the greatest common divisor of the parameters x and y. Use the Euclidean algorithm to do this. Return None if the gcd does not exist(i.e., if both parameters are 0)