A short Python program that finds the factorial of a positive integer.
Before you can run this program, you need to install Python on your system.
To clone this repository locally, run the following command from your terminal:
git clone https://github.com/new2code/python-factorial.git
-
To open the repository's directory, run the following command from your terminal:
cd python-factorial
-
To calculate the factorial of a specific number, in
factorial_finder.py
, update the value ofnumber
. -
To run the program on Mac or Linux, run the following command in your terminal:
python factorial.py
Otherwise, to run the program on Windows, run the following command from the command line:
py factorial.py