Python中需要从列表中随机选择一个元素时,可以使用函数()
A: choice
B: sample
C: shuffle
D: randint
A: choice
B: sample
C: shuffle
D: randint
举一反三
- 以下选项可以在列表[‘a’,’b’,’c’,’d’]中随机选择一个元素是( ) A: choice B: random C: sample D: shuffle
- Python标准库random中的()方法作用是从序列中随机选择1个元素 A: random() B: shuffle() C: randint() D: choice()
- 在python语言内置的random库中,哪个函数的功能是从序列s中随机选择一个元素:________。 A: choice(s) B: randint(m,n) C: shuffle(s) D: uniform(m,n)
- Python标准库random中的( )函数作用是从序列中随机选择1个元素。 A: choice B: random C: randrange D: randint
- Python标准库random中的能随机生成一个实数的是____。() A: randint() B: choice() C: random() D: randrange()