break-the-ice-with-python icon indicating copy to clipboard operation
break-the-ice-with-python copied to clipboard

Fact algoritm

Open Peyman2012 opened this issue 2 years ago • 0 comments

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

Peyman2012 avatar Feb 06 '23 19:02 Peyman2012