你写的啥玩意为啥一堆大括号不是用A去乘么,然后把结果放在一个新的变量就行
name=input() A=float(name) r=4*3.14*A**2 s=4/3*3.14*A**3 print(r,s)