2 lines
No EOL
62 B
Python
2 lines
No EOL
62 B
Python
import sympy
|
|
print(sum(filter(sympy.isprime,range(2000000)))) |