【发布时间】:2016-05-25 04:46:53
【问题描述】:
>>> d = {}
>>> s = str(d)
>>> print s
{}
我需要一个空字符串。
【问题讨论】:
-
我很好奇为什么这个问题有 500 rep 的赏金。
-
@LeoCHan:我很好奇为什么你的评论(现在)也得到了 9 票:P。无论如何,the answer is that I want to be a 10ker.
标签: python string dictionary