An operator, %, that takes a format string and a tuple and generates a string that includes the elements of the tuple formatted as specified by the format string.
An operator, ``%``, that takes a format string and a tuple and generates a string that includes the elements of the tuple formatted as specified by the format string.
format sequence
A sequence of characters in a format string, like ``%d``, that specifies how a value should be formatted.
format string
A string, used with the format operator, that contains format sequences.
sequence
An ordered set; that is, a set of values where each value is identified by an integer index.