Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ dealer_wins
Function
dealer_wins
BlackJack_game/blackjack_rr.py:179–181 ·
view source on GitHub ↗
(player, dealer, chips)
Source
from the content-addressed store, hash-verified
177
178
179
def
dealer_wins(player, dealer, chips):
180
print(
"Dealer is the winner!"
)
181
chips.lose_bet()
182
183
184
def
push(player, dealer):
Callers
1
blackjack_rr.py
File · 0.85
Calls
1
lose_bet
Method · 0.80
Tested by
no test coverage detected