string.format () с {} внутри строки в виде строки

# Add another {}
'This string is {{}}'.format('wonderful')
peamdev