python学习笔记-输入输出

时间:2014-05-09 07:14:02   收藏:0   阅读:268

格式化输出

print(format(value,format_spec)),其中3为打印位数,2f为精度

print(format(12.2356, ‘3.2f‘))
print(format(0.23456,‘.1%‘))
D:\Python27\python.exe F:/Self-Study/python-study/input_output.py
12.24
23.5%


本文出自 “reed卢伟开技术学习博客” 博客,谢绝转载!

python学习笔记-输入输出,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!