You are on page 1of 2

Experiment No.

Aim: Write a program to find the factorial of the given number.


Objective:
● To study the basics of python programming.
Outcome: Students will be able to implement the basics of python programming.

Algorithm\Implementation Steps\Installation Steps:


1. Initialize the value of fact=1
2. Read the value of n
3. For i in range of n+1
4. Print ( fact , “ is factorial ‘)
5. End of the program.

Source Code:
Input and Output:

Conclusion: Thus, the Python program to find the factorial of a number is executed
successfully and the output is verified.

You might also like