diff --git a/5-Card_Stud_Poker_Game (Final).py b/5-Card_Stud_Poker_Game (Final).py index 0738538..d98e539 100644 --- a/5-Card_Stud_Poker_Game (Final).py +++ b/5-Card_Stud_Poker_Game (Final).py @@ -115,7 +115,7 @@ def betting_round(players, current_bet, pot): except ValueError as e: print(e) else: - print("Invalid action. Please enter 'call', 'raise', or 'fold'.") + print("Invalid action. Please enter 'call', 'raise', or 'fold', 'c', 'r' or 'f'.") return current_bet, pot @staticmethod