下面哪一个不是python标准库中的模块。
A: sys
B: platform
C: math
D: NumPy
A: sys
B: platform
C: math
D: NumPy
举一反三
- 下面哪些模块属于Python标准库模块 A: math B: random C: decimal D: time
- 哪个模块可获取Python版本信息 A: sys模块 B: platform模块 C: os模块 D: fractions模块
- 下列有关Python计算排列组合阶乘等,错误的是___________。 A: 可通过scipy.special模块中导入,如 from scipy.special import perm,comb B: 可通过标椎库math中导入,如 from math import perm,comb C: 阶乘可通过标椎库math中导入, from math import factorial D: 阶乘可通过numpy库中导入, from numpy import factorial
- 以下哪些是属于Python标准库模块? A: builtins B: random C: math D: string
- 以下哪些是属于Python标准库模块? A: builtins B: random C: math D: string