diff --git a/Factorial! b/Factorial! index 90e13f0..44aa7b1 100644 --- a/Factorial! +++ b/Factorial! @@ -1,7 +1,7 @@ - Python program to find the factorial of a number provided by the user. + # Python program to find the factorial of a number provided by the user. # change the value for a different result -num = 7 +num = 5 # To take input from the user #num = int(input("Enter a number: "))