text = input('Enter some text: ')

print (text)
print (len(text) * "-")