#I do know that the f tag allows me to put varribels in a message# text = input("Enter some text: ") line = (len(text)) print(text) print(line* "-")