码迷,mamicode.com
首页 > 编程语言 > 详细

[python]格式化输出

时间:2015-04-23 13:20:27      阅读:112      评论:0      收藏:0      [点我收藏+]

标签:python

下面代码就能够完全说明问题了

name = ‘name‘
age = 22
print("I‘m %s. I‘m %d year old" % (name, age))

[python]格式化输出

标签:python

原文地址:http://blog.csdn.net/songyu0120/article/details/45219989

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!