← Code LabPython0/50 solved · 0%
Strings · easy

18. split and join

Turn text into lists and back.

Write `csv_to_list(text)` splitting a comma-separated string into a list of trimmed strings.
Required in your answer: .split(.strip(