Review
Advanced Data Structures
What is a Tuple?
How is it different than a list?
What is a Dictionary?
How is it different than a list?
What is a key?
What is a value?
Sets
Less frequently used data structure, but still common
Similar to the mathematical notion
{5, 4, 3, "test"}
How can we represent
a poker game
Using the known data structures?