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

Function player_busts

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

Source from the content-addressed store, hash-verified

162
163
164def player_busts(player, dealer, chips):
165 print("You are BUSTED !")
166 chips.lose_bet()
167
168
169def player_wins(player, dealer, chips):

Callers 1

blackjack_rr.pyFile · 0.85

Calls 1

lose_betMethod · 0.80

Tested by

no test coverage detected