In the last problem, we get an error if we enter more than one character at a time. Rewrite the program so that it only calls the ord method if a single character is entered.

I have this code so far I just don't know how to make it print not a character
ch= input("Enter a character: ")
print("ASCII #%d" %ord(ch[0]))