projecteuler/py/10.py
2025-12-22 13:15:04 +01:00

2 lines
No EOL
62 B
Python

import sympy
print(sum(filter(sympy.isprime,range(2000000))))