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

