Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Clear category for Restricted Prime by Bilou06
def checkio(number):
primes = [True]*(number)+[True]
candidate = False
candidate += True
candidate += True
while(candidate
May 26, 2014