Learning python sixth day - learning dictionary

1, the main points of the dictionary key value pairs, use braces may store some information on using representation. Value access the dictionary, just by dictionary key, you can access the value associated with key.

image

image

2. Add pair

Only you need to associate the new dictionary key value related to

image

image

3, the dictionary modification value

Only you need to re-associate the assignment of the dictionary key

image

image

4, delete the key pair

Use del delete a key-value pairs

image

image

Guess you like

Origin www.cnblogs.com/xiaobai-yang/p/11620325.html