输入半径,计算圆的面积

r=float(input('半径:'))
s=3.14*r*r
print('面积是:',s)

 

posted @ 2017-09-07 18:43  ELsky  阅读(886)  评论(0编辑  收藏  举报