首页试题详情
难度: 使用次数:138更新时间:2026/03/16
1.
在Python中,以下哪项可以用来导入标准库模块?
A.import math
B.from math import sqrt
C.import random
D.以上全部
题型:选择题 知识点:第四章 函数与模块
【答案】
D
【解析】
import math和from math import sqrt都是Python标准库模块的常用导入方式。

查看答案和解析

支付 ¥0.1 即可查看此题答案和详细解析

低至 ¥0.1 起

类题推荐:

未分类