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

Removed some unused imports

parent bd0d4148
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python #!/usr/bin/env python
from __future__ import division from __future__ import division
from itertools import combinations, permutations from itertools import combinations
from utils import gcd from utils import gcd
nrs = [(i, str(i)) for i in xrange(10, 100)] nrs = [(i, str(i)) for i in xrange(10, 100)]
......
#!/usr/bin/env python #!/usr/bin/env python
from itertools import permutations, combinations from itertools import permutations, combinations
from utils import primes_until, digits, add from utils import primes_until, add
from sys import exit from sys import exit
def concat(digits): def concat(digits):
......
#!/usr/bin/env python #!/usr/bin/env python
from math import sqrt
from utils import primes_until from utils import primes_until
def maxprime(n): def maxprime(n):
......
#!/usr/bin/env python #!/usr/bin/env python
from itertools import permutations
codes = [319, 680, 180, 690, 129, 620, 762, 689, 762, 318, 368, 710, 720, 710, codes = [319, 680, 180, 690, 129, 620, 762, 689, 762, 318, 368, 710, 720, 710,
629, 168, 160, 689, 716, 731, 736, 729, 316, 729, 729, 710, 769, 290, 629, 168, 160, 689, 716, 731, 736, 729, 316, 729, 729, 710, 769, 290,
719, 680, 318, 389, 162, 289, 162, 718, 729, 319, 790, 680, 890, 362, 719, 680, 318, 389, 162, 289, 162, 718, 729, 319, 790, 680, 890, 362,
......
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