random.choice(seq). This is a widely used function in practice, wherein you would want to randomly pick up an item from a List/sequence.
確定! 回上一頁