🐍
Dictionaries in Python I will show you some skills that I've learned from this Python collection type.
Dictionaries allow store data values in key:value pairs.
Is a collection ordered, changeable, and doesn't allow duplicate values.
Table of Content |
---|
1. Creating Dictionaries |
2. Access Dictionaries |
3. Change Items |
4. Add Items |
5. Remove Items |
6. Loop Dictionary |
7. Dictionary Methods |