Python Program to find the GCD of two numbers using function and loops.
The highest common factor (H.C.F) or greatest common divisor (G.C.D) of two numbers is the largest positive integer that perfectly divides the two given numbers. For example, the H.C.F of 8 and 12 is 4.