changed file and folder names to a sane scheme
This commit is contained in:
parent
c19129e6dd
commit
b725343392
34 changed files with 44 additions and 0 deletions
2
e0020/euler0020.py
Normal file
2
e0020/euler0020.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