第15131题 单选
下列计算圆面积的Python表达式肯定错误的是?
A

s=math.pi*math.pow(r,2)

B

s=math.pi*r**2

C

s=math.pirr

D

s=math.pi*r^2

提交0次 正确率0.00%
答案解析