摘要: //2018.11.6 Python字典操作 1、对于python编程里面字典的定义有以下几种方法: >>> a = dict(one=1, two=2, three=3) >>> b = {'one': 1, 'two': 2, 'three': 3} >>> C=dict(((q1,”one”) 阅读全文
posted @ 2018-11-06 01:41 The-Chosen-One 阅读(3716) 评论(0) 推荐(0)