编辑代码
Python代码
3.11.0
2.7.17
运行
r=
int
(input(
'请输入半径:'
)) s=
3.14
*r*r
print
(s)