def main(): return nth(10001, primes())
def test_validate_against_given_example(self): self.assertEqual(13, nth(6, primes()))