+ 2
Pythonic way for calculating GCD (greatest common devisor)
the Zen of Python: (the guide to pythonic coding) https://code.sololearn.com/cLv12qrZHDj6/?ref=app Thank you for your codes, comments, and upvotes! Cheers 😉😉😉
4 Answers
+ 3
https://code.sololearn.com/ctxk125Rq2EI/?ref=app
this approach is quite Pythonic :)
+ 3
Good, but why involve THIS?
As in, this module
0
Extended gcd https://code.sololearn.com/ca6FkuqzLXdT/?ref=app
0
Can some own help me with GCD of N numbers in python please. With a function not with a list.