摘要: 上机作业 Week2 1.计算矩形面积 x = eval(input()) y = eval(input()) s = round(x*y, 2) print(s) 2.格式化输出 print("{:.3f}".format(eval(input()))) 3.字符串逆序输出 def change( 阅读全文
posted @ 2023-10-31 00:00 SnowDreamXUE 阅读(261) 评论(1) 推荐(1) 编辑