String Python

word = raw_input("Enter a word: ")
print "\nHere's each letter in your word:"
for letter in word:
    print letter