Forgot problem description

This commit is contained in:
2020-04-11 23:08:54 +02:00
parent 770455a168
commit 9741297006

View File

@@ -2,6 +2,7 @@ import os
import math import math
import numpy as np import numpy as np
# Get the sum of all the digits of 100!
def fac(n): def fac(n):
if n == 0: if n == 0: