From 974129700632cbdc56c28537d3860db1b4c2c5a3 Mon Sep 17 00:00:00 2001 From: Philippe Zwietering Date: Sat, 11 Apr 2020 23:08:54 +0200 Subject: [PATCH] Forgot problem description --- 20/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/20/main.py b/20/main.py index 9bd4ca3..d596a0a 100644 --- a/20/main.py +++ b/20/main.py @@ -2,6 +2,7 @@ import os import math import numpy as np +# Get the sum of all the digits of 100! def fac(n): if n == 0: