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