text1 = input("enter some text ") print("{:s}\n{:s}\n".format(text1, len(text1) * "-"))