{}多包一层{}即可,如下:

print('{{ - {} - }}'.format('hello'))

将输出:

{ - hello - }