- 编程
各位大师,任务四:P0539. 小数运算我有点困难,你们看,我这个错误在那?
- 2022-11-5 13:24:02 @
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 10 @ 2022-12-8 19:32:48
👍 👍 👍努力努力再努力!🚀️ 🚀️ 🚀️
-
2022-11-5 20:20:32@
各位大师,问题已解决
- 1