Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
174
def
dealer_busts(player, dealer, chips):
175
print(
"Dealer has BUSTED !"
)
176
chips.win_bet()
177
178
179
def
dealer_wins(player, dealer, chips):
Callers
1
blackjack_rr.py
File · 0.85
Calls
1
win_bet
Method · 0.80
Tested by
no test coverage detected