A video tutorial to make python program to find the factorial of a number by taking input from the user.
======================================================
The factorial of a number is the product of all the integers below it which means a product from 1 to that number.
For example, the factorial of 5 is 1*2*3*4*5 = 120. Factorial is not defined for negative numbers and the factorial of zero is one
========================================================
If you have any question, queries, suggestion just hit the comment below in the comment section and don’t forget to like and subscribe to my channel.