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