使用.format()格式化python中的字符串,但希望保留括号

时间:2016-09-30 12:54:40

标签: python string string-formatting

我希望实现类似的目标:

user = "The Great User"
text = "Hello {%s}" % user

输出:Hello {The Great User}

但使用.format()。我该怎么做呢? (注意我想在用户周围括号)

0 个答案:

没有答案