powered by
GCD.q(x, y)
result=GCD.q(4535,2451) print(result) result=GCD.q(35,2) print(result)
Run the code above in your browser using DataLab