运行 ❯
获取你
自己的Python
服务器
×
更改方向
更改主题,深色/浅色
转到 Spaces
#Use "E" to convert a number into scientific number format (with an upper-case E): txt = "We have {:E} chickens." print(txt.format(5))
我们有 5.000000E+00。