python
python copied to clipboard
UPDATED THE GCD FUNCTION AND MADE IT MORE EFFICIENT
I am creating a pull request for...
- [x] New algorithm (EUCLIDEAN ALGORITHM which is more efficient)
- [x] Fix an error about the printing of gcd because the function returns the gcd value and it needs to be stored in a variable before printing the value