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