Python basic dictionary exercises

Dictionary

1. View the length of the dictionary Insert picture description here
2. View the value of the dictionary by key
Insert picture description here
3. Replace the key in the dictionary
Insert picture description here
4. Delete a key-value pair of the dictionary by key Insert picture description here
5. Add a key-value pair to the dictionary
Insert picture description here
6. Delete the dictionary with the del method
Insert picture description here
Thank you for watching!

Guess you like

Origin blog.csdn.net/CHINA_2000chn/article/details/108561937