American Standard Code for Information Interchange is the numerical representation of a character in computer. In Python, ord() function return an integer
representing the Unicode code point of given character. Where, chr() function return the string representing a character whose Unicode code point is the
integer. Find the code for ASCII conversion in Python.
Comments
Post a Comment