Copy to ClipboardRawPreview#user input Char = input('Enter the character :') #convert Char to Ascii value Asciival = ord(Char) #print Value print(Asciival) Find ASCII values of a character00CrypticSai-080 CommentsAdd CommentLog in to add a comment