Python刻意练习_Task 06:字典与集合
Python:字典与集合学习资料:https://docs.python.org/zh-cn/3/tutorial/datastructures.html#dictionarieshttps://www.runoob.com/python3/python3-set.html引入:字典和集合同列表一样,属于6个标准数据类型。Part 01 字典(dict)列表是有序对象的集合,而字...