Computer Science, asked by saudkarim25, 2 months ago

WRITE A PROGRAM TO PRINT ASC VALUE OF AN ALPHABET

Answers

Answered by ORMmaster
1

Answer:

c=input ('enter any num)

print ("the ASCII value of '"+c+"'is", ord (c))

Explanation:

use ord

Similar questions