随机码!

import random
item = [1,2,4,5,8,5,9]
random.shuffle(item)
print(item)

 

posted @ 2016-12-13 10:08  打不死的--蟑螂  阅读(137)  评论(0编辑  收藏  举报