Closed daskol closed 3 years ago
Function fractions.gcd was deprecated since Python 3.5 (bpo-22486) and removed since Python 3.9 (bpo-39350). Now, we should use math.gcd instead of fractions.gcd.
fractions.gcd
math.gcd
Function
fractions.gcd
was deprecated since Python 3.5 (bpo-22486) and removed since Python 3.9 (bpo-39350). Now, we should usemath.gcd
instead offractions.gcd
.