DeTechn Blog

打乱一个排好序的list对象alist?

import random
alist = [1,2,3,4,5]
random.shuffle(alist)
print(alist)

当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »