/PyAction

Primary LanguagePython

Factorial Calculator

This Python script calculates the factorial of a given number.

Usage

Run the script and enter a number when prompted.python factorial.py## ExampleEnter a number: 5 Factorial of 5 is 120## License

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

Thank you