/u4_lesson_python_dictionaries

In this lesson we'll be learning about Python dictionaries! Like objects in JavaScript, dictionaries in Python are a powerful data type that allows us to store keys and values.

Primary LanguagePython

Watchers