CS373 - Card Deck Implementation

    

Virtual Deck of Cards Implementation

Goal: Implement a Card Deck class.

In preparation for our Solitaire Simulator, we will need a PlayingCards class.

Assignment details:

  • Create a Card Deck class using Python.
  • Create tests for the class.
  • Confirm that the class works.

Resources: