word = input('Enter some text:')
print(word)
print(len(word)* "-")