text = input("Enter some text: ") print("+" + "-" * (len(text) + 2) + "+") print("| " + text + " |") print("+" + "-" * (len(text) + 2) + "+")