Analysis of information sources in references of the Wikipedia article "String literal" in English language version.
Both string and bytes literals may optionally be prefixed with a letterThe term "raw string" is used in other sections in this source.'r'or'R'; such constructs are called raw string literals and raw bytes literals respectively and treat backslashes as literal characters.
'r' or 'R' prefix are interpreted according to rules similar to those used by Standard C. Escape sequences are decoded in "ordinary strings" as can be stated from section 2.4.3. f-strings.A formatted string literal or f-string is a string literal that is prefixed with'f'or'F'.