摘要: 例子: import random c = list(zip(a, b)) random.shuffle(c) a[:], b[:] = zip(*c) 阅读全文
posted @ 2017-05-29 12:48 Shiyu_Huang 阅读(3535) 评论(0) 推荐(0) 编辑