We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
HI
I am trying to solve it through Python3. My logic seems fine, but not able to reach higher iterations. I am using [ for i in range(1,1000000) ] to reach m values.
Can by anymeans i improve my code??
Divisible Numbers
You are viewing a single comment's thread. Return to all comments →
HI I am trying to solve it through Python3. My logic seems fine, but not able to reach higher iterations. I am using [ for i in range(1,1000000) ] to reach m values. Can by anymeans i improve my code??