You can return the shuffled list using random.sample() as explained by others. It works by sampling k elements from the list without replacement. So if there ...
確定! 回上一頁