选择题,选出正确的答案,Python

选择题,选出正确的答案,Python

问题描述:

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

A

img