Can anyone help me writting a program inPython?
Write a program that applies the Euclidean algorithm to find thegreatest common divisor of two integers. Input should be twointegers a and b and output should be the greatest common divisorof a and b. Test your program with several examples using bothpositive and negative values for a and b.
Expert Answer
An answer will be send to you shortly. . . . .