Just use Numpy random shuffle method. This will shuffle your array. import numpy as np my_list = [1, 2, 5, 7, 9, 13] ... Python random.shuffle() ...
確定! 回上一頁