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

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

Amath.sqrt()
Bsqrt()
Cimport sqrt
Dfrom math import sqrt