以下哪些是属于Python标准库模块?
A: builtins
B: random
C: math
D: string
A: builtins
B: random
C: math
D: string
举一反三
- 以下哪些是属于Python标准库模块? A: builtins B: random C: math D: string
- 以下哪些是属于Python标准库模块? A: builtins B: random C: math D: string
- 下面哪些模块属于Python标准库模块 A: math B: random C: decimal D: time
- (网工)在python中,如想使用正则表达式,则应导入的模块是()。 A: math B: re C: random D: string
- 下列选项中,使用随机数的Python标准库是( ) A: turtle B: requests C: random D: math