关注微信公众号《课帮忙》查题 关注微信公众号《课帮忙》查题 关注微信公众号《课帮忙》查题 关注微信公众号《课帮忙》查题 关注微信公众号《课帮忙》查题 关注微信公众号《课帮忙》查题 公告:维护QQ群:833371870,欢迎加入!公告:维护QQ群:833371870,欢迎加入!公告:维护QQ群:833371870,欢迎加入! 2022-10-25 Python表示式math.sqrt(4)*math.sqrt(9)的值为( )。 A: 36.0 B: 1296.0 C: 13.0 D: 6.0 Python表示式math.sqrt(4)*math.sqrt(9)的值为( )。A: 36.0B: 1296.0C: 13.0D: 6.0 答案: 查看 举一反三 计算数学公式如a的平方根,应该使用( )类中的方法。 A: Math.sqrt(a) B: Math=sqrt(a) C: Math->;sqrt(a) D: sqrt(a) 执行import math导入模块后,math.sqrt(9)的值是___________. from math import sqrt 表示从sqrt库导入math函数 Python 表达式4*9//1.0的值为 A: 36.0 B: 13.0 C: 6 D: 6.0 假设math标准库已导入,那么表达式 eval('math.sqrt(4)') 的值为_________