99问答网
所有问题
python怎么输出浮点数
如题所述
举报该问题
推荐答案 2017-04-04
方法>>> import math
>>> math.pi
3.141592653589793
>>> '%f'%math.pi
'3.141593'
>>> '%.30f'%math.pi
'3.141592653589793115997963468544'
>>> print '%.30f'%math.pi
3.141592653589793115997963468544
温馨提示:答案为网友推荐,仅供参考
当前网址:
http://99.wendadaohang.com/zd/WjvjteOXXBe7jteOtvX.html
其他回答
第1个回答 2017-04-03
float(123)
float('123')
相似回答
大家正在搜
相关问题
python怎么输出浮点数
python怎么输出浮点数
python3.5,输出结果怎么变成浮点数了
Python中整数运算除法,输出带浮点数
python如何打印双精度浮点数后面的0
python 编程输入一个浮点数,输出这个浮点数由多少个不同...
Python如何输入字符串,输入数字,输入浮点数
python语言里float是指浮点数,我输入e='3',p...