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

Function dealer_busts

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

Source from the content-addressed store, hash-verified

172
173
174def dealer_busts(player, dealer, chips):
175 print("Dealer has BUSTED !")
176 chips.win_bet()
177
178
179def dealer_wins(player, dealer, chips):

Callers 1

blackjack_rr.pyFile · 0.85

Calls 1

win_betMethod · 0.80

Tested by

no test coverage detected