乐编题库
个人中心
导航
Python基础-浮点数精度格式化
判断Python中"{0} {1:.2f}".format("Total", 123.4567)的输出是否为"Total 123.46"