In mathematics, the factorial of a non-negative integer n, denoted by n!, is the product of all positive integers less than or equal to n. (Wikipedia)
Create and interactive program that
Read the documentation of the math.factorial function.
Factorial (Wikipedia)
Double factorial (Wikipedia)