From 9dc4217ba6ce85998d2877e8d595314c7d25d7c8 Mon Sep 17 00:00:00 2001 From: victordadatascientist <61676410+victordatascientist@users.noreply.github.com> Date: Fri, 30 Oct 2020 11:57:23 +0530 Subject: [PATCH] Update Factorial! --- Factorial! | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: "))