fixed formatting
This commit is contained in:
parent
a373abfdf1
commit
04c666a219
10 changed files with 45 additions and 29 deletions
5
py/10.py
5
py/10.py
|
|
@ -1,2 +1,3 @@
|
|||
import sympy
|
||||
print(sum(filter(sympy.isprime,range(2000000))))
|
||||
import sympy
|
||||
|
||||
print(sum(filter(sympy.isprime, range(2000000))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue