使用以下代码:
x = "tuple of strings: {}"
y = ("hello", "world")
print(x.format(y))
我得到输出:
tuple of strings: ('hello', 'world')
相反,我想获得输出:
tuple of strings: (hello, world)
这个怎么做?谢谢
富国沪深
绝地无双
慕桂英4014372
千万里不及你
相关分类