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