break-the-ice-with-python
break-the-ice-with-python copied to clipboard
Fact algoritm
for i in range(n+1): a=1 a=a*(i+1)
With the above method, factorial can be calculated. With this method, it is easier to understand the algorithm