I\'m trying to import a function called gcd from a module called fractions with from fractions import gcd. For some reason, PyCharm throws an ImportError. Here\'s t
from fractions import gcd