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

python 输出字符串如果遇到字典

时间:2014-09-28 04:29:10      阅读:203      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   os   ar   for   sp   div   on   

>>> d = {a:1}
>>> print %s % 1,d
1 {a: 1}
>>> print %s %s % 1,d
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: not enough arguments for format string

 

python 输出字符串如果遇到字典

标签:style   blog   color   os   ar   for   sp   div   on   

原文地址:http://www.cnblogs.com/ghgyj/p/3997577.html

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