MCPcopy Index your code
hub / github.com/geekcomputers/Python / classicIndianCardMatch.py

File classicIndianCardMatch.py

classicIndianCardMatch.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import random
2import time
3
4SUITS = ("C", "S", "H", "D")

Callers

nothing calls this directly

Calls 4

deckClass · 0.85
shuffleMethod · 0.45
appendMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected