string-conversions
A string conversion is an expression list enclosed in reverse (backward) quotes:
Syntax:
` expression list `
A string conversion evaluates the contained expression list and converts the resulting object into a string according to rules specific to its type.
If the object is a string, a number, None, or a tuple, list or dictionary containing only objects whose