Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python convert ascii to char

>>> ord('h')
104
>>> ord('a')
97
>>> ord('^')
94
Source by en.wikibooks.org #
 
PREVIOUS NEXT
Tagged: #python #convert #ascii #char
ADD COMMENT
Topic
Name
8+4 =