标签:NPU nbsp oat 错误 class mat round int format
a = float(input()) b = float(input()) if b == 0: print("除零错误") else: c =a/b y=round(c,2) print("{}".format(y))
a除以b
原文地址:https://www.cnblogs.com/xxt77/p/12701473.html