摘要: #用你能想到的最少的代码生成一个包含100个key的字典,每个value的值不能一样# dict_create = {}.fromkeys([i for i in range(1,101)],1)# value = 1# while value < 101:# dict_create[value]= 阅读全文
posted @ 2020-03-22 18:14 python我学的很菜 阅读(943) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-03-22 17:20 python我学的很菜 阅读(0) 评论(0) 推荐(0) 编辑