In Python 2.7.10, put quotes around information from a CSV file to be used in a Google search

My program takes the first and last name from a csv file row and puts it into a Google search argument along with another word. The search becomes: John Doe teacher I would like it to be: "John Doe" + teacher How can I get the quotes and the + sign? Thanks!