Write a Python Program to Compute the greatest common divisor(GCD/HCF) and least common multiple (LCM) of two Integers.

 Code:

Run Code Online:

Comments