How can I include { symbol in a string?
My string
str2="call_function(Macro, {0});\n \{ \t int n;\n".format("value")
I'm getting the error:
ValueError: unmatched '{' in format
I have escaped the { symbol and have tried without escaping too. I'm getting the same error in both cases.