From 2141573495defdccbc1318edb61b2eac624d5dab Mon Sep 17 00:00:00 2001 From: AniketMandal <70904601+AniketMandal@users.noreply.github.com> Date: Tue, 11 Oct 2022 21:19:11 +0530 Subject: [PATCH] PUT Hacktoberfest 2022 --- Python/Fatorial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/Fatorial.py b/Python/Fatorial.py index a61a77f00..9a611636a 100644 --- a/Python/Fatorial.py +++ b/Python/Fatorial.py @@ -1,5 +1,5 @@ #MaxwellOliveira01 -num = int(input("Enter a number: ")) +num = int(input("Put the number: ")) if num == 0 or num == 1: print(1) else: ans = 1