<languages />
❮内置功能
将数字3转换为浮点数:
x = float(3)
The float() 函数将指定的值转换为浮点数。
float()
float(value)
将字符串转换为浮点数:
x = float("3.500")