problem7.py 94 B

1234
  1. #!/usr/bin/env python
  2. from utils import nprimes
  3. print reduce(lambda a, b: b, nprimes(10001))