标签:col == 错误 style float pre int oat print
a=float(input()) b=float(input()) if(b==0): print("除零错误") else : print(round(a/b,2))
a除以b
原文地址:https://www.cnblogs.com/Mrlee28/p/12601044.html