NCRE官方备考平台
使用'from math import sqrt'可以直接使用sqrt函数,而不需要前缀math。'import math'需要通过math.sqrt()来调用。
开通 VIP 会员即可查看答案和详细解析