Python's module 'random' has a function random.choice. random.choice(seq) Return a random element from the non-empty sequence seq. If seq is empty, ...
確定! 回上一頁