Python
print("ASCII value of" + ch + " is : ",ord(ch))
Find ASCII Value of Character in PYTHON
22 May
1
Write a program (WAP) in PYTHON to read two numbers from keyboard(User Input) to find ASCII value of a character.
ch = input("Enter any character:\n")print("ASCII value of" + ch + " is : ",ord(ch))
Also Read :-
Programs of C
Programs of C++
Programs of Java
Programs of Python
Codes with HTML, CSS, JS
More Questions & Answers
Previous article
Next article
Admin Says :
ReplyDeleteTysm dear :)