Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Mrinank-Bhowmick/python-beginner-projects
/ black_jack.py
File
black_jack.py
projects/BlackJack/black_jack.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
random
2
3
# setting values of global variables
4
suits = (
"Hearts"
,
"Diamonds"
,
"Spades"
,
"Clubs"
)
Callers
nothing calls this directly
Calls
4
Deck
Class · 0.70
check_ace
Function · 0.70
shuffle
Method · 0.45
deal_one
Method · 0.45
Tested by
no test coverage detected