Python learn 05 Dictionaries
Python learn 05 Dictionaries
Chapter 5
What is a Collection?
• A collection is nice because we can put more than one value in it
and carry them all around in one convenient package
• Dictionary
• For now we will just understand them and use them and thank the
creators of Python for making them easy for us