有点简单Leo2025-04-06 12:24:49发布于:上海0阅读0回复0点赞r = float(input()) d = "{:.4f}".format(2r) C = "{:.4f}".format(2r3.14159) S = "{:.4f}".format(3.14159r*r) print(d + " " + C + " " +S) 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个