Find the ASCII value of a given character P.Dhanushraj | Coding is Easy Get link Facebook X Pinterest Email Other Apps Find the ASCII value of a given character c = input ("enter a character: ") print("the ASCII value of ' " + c + " ' is" ,ord(c)) Comments
Comments
Post a Comment