Essentially euler 16 plus an import.

This commit is contained in:
pikatech 2017-07-11 20:23:22 +02:00 committed by GitHub
parent 13036fb7f6
commit b08bd9a3a7

2
20/euler20.py Normal file
View file

@ -0,0 +1,2 @@
import math
sum([int(x) for x in list(str(math.factorial(100)))])