Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

ord python

# The ord() function returns an integer representing the Unicode character.
res = ord('A')
print(res)
# output 65
Source by www.programiz.com #
 
PREVIOUS NEXT
Tagged: #ord #python
ADD COMMENT
Topic
Name
5+1 =