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