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