Dictionaries


This lesson covers:

  • Introduction to Python’s Dict type
  • Key/value pair and “mapping” ideas
  • Using dictionaries in function implementation