word = input('Enter some text:')
print("+", len(word)* "-", "+")
print("│", word, "│")
print("+", len(word)* "-", "+")