Hi there! I´m new using Spyder and I´m trying to calculate the greatest common divisor (gcd), the factorial and the divisor of numbers..I´ve tried on this way :
from math import divisors n=(divisors(712504)) print n but then ImportError: cannot import name divisors appears I searched on Internet but without a result.I need a help! -- You received this message because you are subscribed to the Google Groups "spyder" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spyderlib?hl=en.
