MCPcopy 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

1import random
2
3# setting values of global variables
4suits = ("Hearts", "Diamonds", "Spades", "Clubs")

Callers

nothing calls this directly

Calls 4

DeckClass · 0.70
check_aceFunction · 0.70
shuffleMethod · 0.45
deal_oneMethod · 0.45

Tested by

no test coverage detected