###Create a standard 52 card deck with Python.
Deck() - Initialize an empty deck
.make_deck() - create a new deck of 52 cards
.shuffle() - shuffle deck with "random" package
.pop() - Remove and return top card from the deck
| Name | Name | Last commit date | ||
|---|---|---|---|---|