Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ drop_card
Method
drop_card
BlackJack_game/blackjack_simulate.py:215–217 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
213
self.hand.append(card)
214
215
def
drop_card(self):
216
self.hand.clear()
217
self.point = 0
218
219
def
show_card(self):
220
print(
"\t ** Here is my card **"
)
Callers
1
initial_game
Method · 0.80
Calls
1
clear
Method · 0.80
Tested by
no test coverage detected