如下代码使用了math模块中的sqrt,为了使得该代码

如下代码使用了math模块中的sqrt,为了使得该代码正确,需要使用import,请给出和本次调用相适配的import的完整指令______

print(sqrt(3.5))
答案
第1空:import math

题目信息

题号:8130
题型:填空题
知识点:Python
难度:普通