Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

character to ascii python

asciiValue=ord(stringCharacter)
#example
asciiValue=ord('A') 
#in this example asciiValue equals 64
Source by www.programiz.com #
 
PREVIOUS NEXT
Tagged: #character #ascii #python
ADD COMMENT
Topic
Name
2+2 =