2005年02月01日 星期二 11:39
>>> s="%.3f" % 0.3 >>> s '0.300' On Tue, 1 Feb 2005 11:27:5 +0800, haiwen xiao <overtime at 126.com> wrote: > python,您好! > > 本人刚开始用python编程,有个问题想请教一下: > > 如果想把float,比如说,0.3,转换成以下的字符串:0.300, 也就是说输出精确的小数点后3位,有没有什么函数呀。 > > 我知道print 输出是可以的,现在我想把它存放到字符串中。 > > 谢谢! > > 致 > 礼! > > haiwen xiao > overtime at 126.com > 2005-02-01 > > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese >
Zeuux © 2025
京ICP备05028076号