dict和set

可以快速上手的开发文档

#dict和set
dict和set

Python中dict和set的用法讲解

dictPython内置了字典:dict的支持,dict全称dictionary,在其他语言中也称为map,使用键-值(key-..