x = " \{ Hello \} {0} " print x.format(42)
给我 : Key Error: Hello\\
Key Error: Hello\\
我想打印输出: {Hello} 42
{Hello} 42
python string format string-formatting curly-braces
curly-braces ×1
format ×1
python ×1
string ×1
string-formatting ×1