x = " \{ Hello \} {0} " print x.format(42)
gives me : Key Error: Hello\\\\ 給我: Key Error: Hello\\\\ python
Key Error: Hello\\\\
I want to print the output: {Hello} 42 我要打印輸出: {Hello} 42 curl
{Hello} 42