- 编程
各位大师,P0539. 小数运算我有点困难,你们看,我这个错误在那?
- 2022-11-5 13:24:24 @
a = 12.341
b = 2
c = round(a, b)
a = float(input())
print(round(a, 3))
b = float(input())
print(round(b, 4))
print(c)
2 条评论
-
冲榜模式 (马骁楠) LV 7 @ 2023-6-21 16:58:44
第300次考古
-
2022-11-5 20:21:13@
各位大师,问题已解决
- 1