首页题目详情

使用import math导入math模块后,要访问其中的sqrt函数,正确的语法是?

题目配图
A.math.sqrt()
B.sqrt()
C.import sqrt
D.from math import sqrt

优质解答

答案

A

解析

使用import math导入后,需要使用math.sqrt()来调用sqrt函数。

查看答案和解析

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

低至 ¥0.1 起

Python程序设计单选题中等AI生成