[Python] list內容亂序 ... import random. x = [1, 2, 3, 4, 5, 6]. random.seed('abc') #set the seed make every time get the same result.
確定! 回上一頁