Non-working example:
print(" \{ Hello \} {0} ".format(42))
Desired output:
{Hello} 42
← Назад к списку