摘要: 字典 # # 字典 # # dict # 用途 dic =dict(name = 'alex',age = 18,sex = 'male') print(dic) """语法""" 1 # len() 返回长度 字典key的个数 # print(len(dic))w 2 # 身份运算 in not 阅读全文
posted @ 2020-03-10 00:40 不忘初心--方得始终 阅读(113) 评论(0) 推荐(0) 编辑