题目详情
单选题 以下哪个导入标准库math的语句是错误的
A. import math as m
B. from math import *
C. import sqrt, pi from math
D. from math import sqrt, pi
学科:计算机程序设计(Python)(2025春)
时间:2025-04-13 10:06:33
相关题目
相关作业