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

Function player_wins

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

Source from the content-addressed store, hash-verified

167
168
169def player_wins(player, dealer, chips):
170 print("You are the winner!")
171 chips.win_bet()
172
173
174def dealer_busts(player, dealer, chips):

Callers 1

blackjack_rr.pyFile · 0.85

Calls 1

win_betMethod · 0.80

Tested by

no test coverage detected