Python **random.choice()** 函数随机的返回一个列表,元组或字符串的元素(字符) ## 导入模块```python import random ``` ## 语法```python random.choice( seq ...
確定! 回上一頁