word = "hello" length_of_word = len(word) print("Word:", word) print("Length_of_word:", Length_of_word)