Essential Question: How do I use lists to make a deck of cards?
Mastery Objectives:
SWBAT create a list and iterate through a list.
SWBAT use list methods to shuffle, append, remove, and select randomly from the list.
SWBAT use unicode to print images of suits.
Directions: Read through the article and create a deck of cards. Add several comments to your code describing what you are doing. Recreate the deck of cards to use unicode for each of the symbols. Print the cards out, using conditional statements, in the color of the suit of your card.