NSU-Programming/NSU-Programming.github.io

python-basics-set2

ssgribanov92 opened this issue · 0 comments

В test_exercises.py:

from fractions import gcd 

не работает начиная с Python 3.9. При использовании Python 3.9++ нужно поменять строку на

from math import gcd