首页题库练习题目详情
Python程序设计单选题中等

在Python中,以下哪项可以用来导入标准库模块?

Aimport math
Bfrom math import sqrt
Cimport random
D以上全部