print('{0} 和 {1}'.format('Google', 'Runoob'))这里面0,1得话括号,怎么知道是花括号啊?
收起
{} 占位用的 https://www.runoob.com/python/att-string-format.html https://www.runoob.com/python/att-string-format.html
报告相同问题?