I am trying to join words from a list and convert it to a string
I've tried .join method, but since I only have one item in my list it does not work.
My input =
list = ['Vehicles, Parts & Accessories,Automotive Body Paint']
Desired output = str = Vehicles-Parts-&-Accessories-Automotive-Body-Paint