added old solutions
This commit is contained in:
parent
3a4827b082
commit
a373abfdf1
14 changed files with 153 additions and 0 deletions
2
py/10.py
Normal file
2
py/10.py
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
import sympy
|
||||
print(sum(filter(sympy.isprime,range(2000000))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue