Python String Format
f-string syntax is helpful, but my_fmt.format() is still useful when the
definition of my_fmt must be in a different place, e.g. has multiple lines, or
comes from a config file.
f-string syntax is helpful, but my_fmt.format() is still useful when the
definition of my_fmt must be in a different place, e.g. has multiple lines, or
comes from a config file.