WRITE A PROGRAM TO PRINT ASC VALUE OF AN ALPHABET
Answers
Answered by
1
Answer:
c=input ('enter any num)
print ("the ASCII value of '"+c+"'is", ord (c))
Explanation:
use ord
Similar questions