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