下面的示例顯示 shuffle方法的使用。 #!/usr/bin/python3 import random. list = [20, 16, 10, 5]; random.shuffle(list) print ...
確定! 回上一頁