From 7013871158c558a39af786a6094de62b97c29de1 Mon Sep 17 00:00:00 2001 From: GondalF <74936090+Abdelahe53@users.noreply.github.com> Date: Wed, 10 Jul 2024 20:16:42 +0100 Subject: [PATCH] Update Lucky number.py --- Lucky number.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Lucky number.py b/Lucky number.py index 8d6b8f2..91bd6fc 100644 --- a/Lucky number.py +++ b/Lucky number.py @@ -1,3 +1,4 @@ +#UNFINISHED IT JUST PRACTICE import random print("If you got lucky 13 in the first try you are the luckiest person") @@ -11,4 +12,4 @@ if number == 13: print("You are the luckiest person on earth") break -print("Bad luck D:") \ No newline at end of file +print("Bad luck D:")