You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previous Code was not working, so i changed xrange to range (so the code could work on both python2 and python3).
In one of the For loop the upper bound of range was not an integer, so changed it to integer.
And for index 0 and 1 primes list need to be set to False.
0 commit comments