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