Answer:
gcd
Step-by-step explanation:
it means greatest common divisor
gcd method
Given
The code snippet
Required
Which method completes the code
To return the gcd of numbers, simply use the gcd method.
So: the complete code is;
import math
math.gcd(14,35)
5.4m questions
7.0m answers