Project Euler #41: Pandigital prime

  • + 1 comment

    The only way (I've found) to pass all test in Python is to precompute all pandigital primes and then answer queries using this array.