word = input("Input a word: ") print(word) for i in range(word): print('-' * word)