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