word = input("Enter a word: ") char =len(word) print(word) print("-" * char)