Essential Question: How can I create and use a dictionary in python?
Mastery Objectives:
SWBAT create a dictionary in python.
SWBAT iterate through a dictionary.
SWBAT query data from a dictionary.
Do Now: Create a function that takes a sequence of numbers and determines whether all are different from each other.
Directions: Type the programs below and write a comment about what you think the code does and the outcome you get.
Ticket-to-leave:
In the comments below, how would you use dictionaries for a project?Â