Answer:
gcd method
Explanation:
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;
<em>import math</em>
<em>math.gcd(14,35)</em>
Answer:
'BASIC' meaning; Beginners All-purpose Symbolic Instruction Code