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