According to documentation: random.sample(population, k). Return a k length list of unique elements chosen from the population sequence.
確定! 回上一頁