x=input("enter some text: ") y=len(x) print(x) print("-"*y)