Skip to content
Snippets Groups Projects
Commit 5ce988fd authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Code cleanup

parent aa991260
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python
from utils import is_prime
from itertools import permutations
from utils import is_prime
m = 0
......
#!/usr/bin/env python
from utils import nprimes
print reduce(lambda a, b: b, nprimes(10001))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment