zse.py 182 Bytes Edit 1 2 3 4 5 #求圆的周长=flo,直径和面积 aat(input("输入半径:")) pai=3.1415 print("圆的直径:%.2f"%(2*a),"圆的周长:%.2f"%(2*pai*a),"圆的面积:%.2f"%(pai*a*a))