removed prints for debugging
This commit is contained in:
@@ -159,11 +159,9 @@ class BlackJack:
|
||||
while not validInput:
|
||||
if play == "h":
|
||||
self.hit()
|
||||
print(f"Hit {self.playerTurn}")
|
||||
validInput = True
|
||||
elif play == "s":
|
||||
self.stand()
|
||||
print(f"stood {self.playerTurn}")
|
||||
validInput = True
|
||||
playerStood = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user