Introduction to Dictionaries
Learn about the usage of dictionaries in Python.
We'll cover the following...
What are dictionaries?
A dictionary is a collection of key-value pairs. Dictionaries are also known as maps or associative arrays.
A dictionary contains comma-separated key : value
pairs enclosed within {}
.
Access this course and 1400+ top-rated courses and projects.