Turn text into lists and back.
.split(
.strip(
def csv_to_list(text): # TODO: split on ",", then strip each piece pass