注意: shuffle()是不能直接訪問的,需要導入random模塊,然後通過random靜態對象 ... #!/usr/bin/python # -*- coding: UTF-8 -*- import random list = [20, 16, 10, ...
確定! 回上一頁