unambiguous string representation of an object
repr()
by default str() calls
repr()
format method calls
__format__(self, f)
function that replace non-ASCII characters with escape sequances
ascii()
function that converts a character to its integer unicode codepoint
ord()
function that converts an integer unicode codepoint to character string
chr()