第16072题
运行Python代码print("{:.2f}".format(3.1415926))的输出结果是?
A

'3.1'

B

3.1

C

'3.14'

D

3.14