Factorial Program in Python This is a simple Python program to calculate the factorial of a number. Features Takes user input Calculates factorial using loop Handles negative numbers How to Run python factorial.py