+ 1
Write python program that creates a function which return the Greatest Common Divisor and Least Common Multiply of two numbers
who can do this?
3 Answers
+ 1
For GCDđ€đ€
https://code.sololearn.com/c75vjTvA3dnb/?ref=app
0
Do a Google search on the algorithm for finding gcd of two numbers. it's actually easy and u can complete it with if statements.
0
I probably can, might have already done it, can't remember