Skip to content

Instantly share code, notes, and snippets.

@alphastorm
alphastorm / ZeroCaterPrimes.py
Created October 22, 2012 20:30
Math-y Challenge from zerocater.com/challenge
"""
Sunil Srivatsa - 10/22/12
Math-y Challenge from zerocater.com/challenge
Notes:
I use a .txt file of the first 78498 prime numbers from 2 to <1 million from:
http://www.svobodat.com/primes/PRIMES1T.TXT
"""
import sys