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