随机排序

from random import shuffle as sf

a=['bob','jack','tom','toby']

for i in range(1000):
    sf(a)

print(a)
posted @ 2022-08-19 23:00  luoganttcc  阅读(17)  评论(0编辑  收藏  举报