text = input("Enter some text:") print ("+-----------------+") print ("|" , text , "|") print ("+-----------------+")