• 2022-06-16
    C1 = 10print("转换后的温度是{}C".format(C1))
    A: 转换后的温度是10C
    B: 转换后的温度是10fC
    C: 转换后的温度是10.00C
    D: 转换后的温度是10.00fC
  • 举一反三