字典(Dictionary)是Python提供的一种常用的数据结构,由键(key)和 ... 'sex'] list2 = ['Python当打之年', [18,99], '男'] dic1 = dict(zip(list1, list2)) items ...
確定! 回上一頁