How-to articles, tricks, and solutions about CURLY-BRACES
How do I print curly-brace characters in a string while using .format?
To print a curly brace character in a string that is being formatted with the .format() method, you will need to use double curly braces to escape the character.