We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
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
for i in range(n+1): a=1 a=a*(i+1)