Function to calculate factorial of a number in python

- Write a function to calculate factorial of a number in python
- Write a recursive function to calculate the factorial of a number in python
- Python function to calculate the factorial of a number a non negative integer
- Write a program to calculate factorial of a given number using function in python
- Write a python script to calculate factorial of a number using math built in function