From 2cad3c75578f67675d84a4a964bb46c0df329449 Mon Sep 17 00:00:00 2001 From: victordadatascientist <61676410+victordatascientist@users.noreply.github.com> Date: Fri, 30 Oct 2020 11:59:11 +0530 Subject: [PATCH] Update Factorial! --- Factorial! | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Factorial! b/Factorial! index 90e13f0..6a8a97b 100644 --- a/Factorial! +++ b/Factorial! @@ -1,7 +1,7 @@ Python program to find the factorial of a number provided by the user. # change the value for a different result -num = 7 +num = 9 # To take input from the user #num = int(input("Enter a number: "))