摘要: 方法一:for in循环 from random import randint, sample a1 = {k: randint(1, 4) for k in 'abcdefg'} a2 = {k: randint(1, 4) for k in 'abc123456789'} a3 = {k: ra 阅读全文
posted @ 2021-10-06 20:48 Python探索牛 阅读(374) 评论(0) 推荐(0) 编辑