MCPcopy Index your code
hub / github.com/geekcomputers/Python / dealer_wins

Function dealer_wins

BlackJack_game/blackjack_rr.py:179–181  ·  view source on GitHub ↗
(player, dealer, chips)

Source from the content-addressed store, hash-verified

177
178
179def dealer_wins(player, dealer, chips):
180 print("Dealer is the winner!")
181 chips.lose_bet()
182
183
184def push(player, dealer):

Callers 1

blackjack_rr.pyFile · 0.85

Calls 1

lose_betMethod · 0.80

Tested by

no test coverage detected