Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ deal
Method
deal
BlackJack_game/blackjack_rr.py:75–77 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
73
random.shuffle(self.deck)
74
75
def
deal(self):
76
single_card = self.deck.pop()
77
return
single_card
78
79
80
class
Hand:
Callers
2
hit
Function · 0.80
blackjack_rr.py
File · 0.80
Calls
1
pop
Method · 0.45
Tested by
no test coverage detected