word = input("Enter a word") print(word) for char in word: print("-",end="")