运行 ❯
获取您的
自己的 Python
服务器
×
更改 Orientation
更改 Theme,深色/浅色
转到 Spaces
#Use "+" to always indicate if the number is positive or negative: txt = "The temperature is between {:+} and {:+} degrees celsius." print(txt.format(-3, 7))
温度介于 -3 和 +7 摄氏度之间。