Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

search code ascii python

# Program to find the ASCII value of a character

ch = input("Enter any character: ")

print("The ASCII value of char " + ch + " is: ",ord(ch))
Source by beginnersbook.com #
 
PREVIOUS NEXT
Tagged: #search #code #ascii #python
ADD COMMENT
Topic
Name
4+7 =