Program to Find ASCII of Character

Program to Find American Standard Code for Information Interchange(ASCII) of Character

Example of ASCII to Character
x=input("Enter Charactor :")
print(ord(x))