Essentially euler 16 plus an import.
This commit is contained in:
parent
13036fb7f6
commit
b08bd9a3a7
1 changed files with 2 additions and 0 deletions
2
20/euler20.py
Normal file
2
20/euler20.py
Normal file
|
@ -0,0 +1,2 @@
|
|||
import math
|
||||
sum([int(x) for x in list(str(math.factorial(100)))])
|
Reference in a new issue