Skip to content

A simple factorial program. Create for testing purpose..

Notifications You must be signed in to change notification settings

Manvendra2000/factorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Python Factorial Program 🎆

This is a simple Python program that calculates the factorial of a given number. 📈

Prerequisites 📝

Make sure you have the following installed on your system:

Getting Started 🚀

small steps bigger vision

  1. Clone the repository or download the ZIP file.

  2. Navigate to the project directory using the command prompt (or terminal).

  3. Run the program by executing the following command:

    python factorial.py
  4. Enter a positive integer when prompted.

  5. The program will calculate the factorial of the input and display the result.

Example 📝

If you enter 5 as the input, the program will calculate 5! (factorial of 5) as follows:

5! = 5 * 4 * 3 * 2 * 1 = 120

Contributing 💪

Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.

License 📃

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements 👏

This program was created with love and inspiration from the Python community.

Contact 📧

If you have any questions or need further assistance, feel free to reach out to me at [email protected].

Happy coding! 💻

About

A simple factorial program. Create for testing purpose..

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages