首页题库练习题目详情
Python程序设计单选题中等

以下代码的输出是什么? temp = 123.456 print(f'温度: {temp:.1f}')

A温度: 123.4
B温度: 123.5
C温度: 123.456
D温度: 123