baseconvert icon indicating copy to clipboard operation
baseconvert copied to clipboard

error when from fractions import gcd

Open vncprado opened this issue 3 years ago • 1 comments

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

vncprado avatar Sep 02 '21 16:09 vncprado

I had the same issue

BetaGithub2022 avatar Jan 06 '23 03:01 BetaGithub2022