0
CCrypticSai-08
0 Comments
#user input Char = input('Enter the character :') #convert Char to Ascii value Asciival = ord(Char) #print Value print(Asciival)