+ 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 Antworten
+ 1
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