Lecture 24 — Dictionaries- Problems

Overview

  • This lecture will begin with a recap of all the object types we learnt in Python.

  • More examples will be followed using:

    • Dictionaries

    • Converting dictionaries with one key to another

    • Combining information from multiple dictionaries

    • Nesting dictionaries.