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