1、下列选项中,输出结果保留两位小数的是()。(3分)A、{:.2}'.format(points/total)B、、{.2}'.format(points/total)C、、{.2f}'.format(points/total)D、、{2f}'.format(points/total)
A