4 lines
79 B
Python
4 lines
79 B
Python
|
|
from tools import number_theory
|
|
print(sum(number_theory.make_prime(2000000)))
|