ascii(): Get ASCII String Representation of Object Function
1 Description
The Python ascii
function will return an ASCII representation
of the given object. Non-ASCII characters will be replaced with the characters
'\x', '\u', and '\U'.
This document was last updated: