Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
164
def
player_busts(player, dealer, chips):
165
print(
"You are BUSTED !"
)
166
chips.lose_bet()
167
168
169
def
player_wins(player, dealer, chips):
Callers
1
blackjack_rr.py
File · 0.85
Calls
1
lose_bet
Method · 0.80
Tested by
no test coverage detected