baseconvert
baseconvert copied to clipboard
error when from fractions import gcd
I'm having a problem when running my code that uses:
from fractions import gcd
I think in Python3.9 it should be:
from math import gcd
I had the same issue