学习python第三天求一个圆的面积 #求一个圆的面积str1=3.14 #圆周率πstr2=500 #圆直径str3=2 print((str2/str3)**2*str1) #面积公式S=πr² python 2023-11-02 186 点赞 2 评论 281 浏览