diff --git a/20/euler20.py b/20/euler20.py new file mode 100644 index 0000000..1392e9d --- /dev/null +++ b/20/euler20.py @@ -0,0 +1,2 @@ +import math +sum([int(x) for x in list(str(math.factorial(100)))])