From 2703a6ce85f76e22d9d06c4729da54f5d4074ee2 Mon Sep 17 00:00:00 2001 From: Debasish Pradhan Date: Mon, 8 Jun 2026 14:01:20 +0530 Subject: [PATCH 1/2] Fix loading messages and input prompt formatting --- BlackJack_game/blackjack.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BlackJack_game/blackjack.py b/BlackJack_game/blackjack.py index 03e5fb05d39..48521562d78 100644 --- a/BlackJack_game/blackjack.py +++ b/BlackJack_game/blackjack.py @@ -22,10 +22,10 @@ sleep(2) print("Lets Check How Lucky You Are Wish You All The Best") sleep(2) -print("Loading---") +print("Loading...") sleep(2) -print("Still Loading---") +print("Still Loading...") sleep(2) print( "So You Are Still Here Not Gone I Gave You Chance But No Problem May Be You Trust Your Fortune A Lot \n Lets Begin Then" @@ -105,7 +105,7 @@ def dealer_choice(): while sum(p_cards) < 21: # to continue the game again and again !! - k = input("Want to hit or stay?\n Press 1 for hit and 0 for stay ") + k = input("Want to hit or stay?\n Press 1 for hit and 0 for stay: ") if k == "1": # Amended 1 to a string random.shuffle(deck) p_cards.append(deck.pop()) From da2986a8e5e18ce96826d30a54f2434dd9d4d302 Mon Sep 17 00:00:00 2001 From: Debasish Pradhan Date: Mon, 8 Jun 2026 14:06:44 +0530 Subject: [PATCH 2/2] Fix print statement formatting in facebook id hack.py --- facebook id hack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/facebook id hack.py b/facebook id hack.py index d386662f312..b9c1d607311 100644 --- a/facebook id hack.py +++ b/facebook id hack.py @@ -56,7 +56,7 @@ def function(email, passw, i): email = input("Enter Email/Username : ") print("\nTarget Email ID : ", email) -print("\nTrying Passwords from list ...") +print("Trying Passwords from list ...") i = 0 while file: