I'm stuck on this question:
user inputs a word, program outputs the unicode of each letter in the word
this is how the input statement would look:
word = input("Enter a word: ")
Supposing the user enters the word "Cat", the output would look like this:
C: 67
a: 97
t: 116