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