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