SyntaxFix
Write A Post
Hire A Developer
Questions
i guess this one will be handy as well as precise
>>>factors=[ x for x in range (1,n+1) if n%x==0] print len(factors)