Python 的random.shuffle()函数可以用来乱序序列,它是在序列的本身打乱,而不是新生成一个序列。示例:from random import shuffle x = [[i] for i in ...
確定! 回上一頁