Run
import math result = math.gcd(10, 25) print('gcd() :', result)
Output