Python 中生成随机数的模块为:( )
A: number
B: re
C: random
D: math
A: number
B: re
C: random
D: math
举一反三
- python交互模式下。import random模块,随机生成一个[0,1)的随机数的代码?
- (网工)在python中,如想使用正则表达式,则应导入的模块是()。 A: math B: re C: random D: string
- ________类是.NET框架提供的随机数类,可用于生成随机数。 A: Next B: Random C: Math D: Index
- 下面哪些模块属于Python标准库模块 A: math B: random C: decimal D: time
- 下列选项中,使用随机数的Python标准库是( ) A: turtle B: requests C: random D: math