dfs
This commit is contained in:
parent
9690e9fd2b
commit
d8501443e5
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ def get_hand_value(hand):
|
|||
|
||||
|
||||
def format_cards(hand):
|
||||
return map("".join(x), hand)
|
||||
return map(lambda x: "".join(x), hand)
|
||||
|
||||
|
||||
def format_all(player_hand, dealer_hand, deck, status, wager):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue