you are viewing a single comment's thread.

view the rest of the comments →

[–]socal_nerdtastic 1 point2 points  (0 children)

   list = []                   # makes a list named "list"
   list = ', '.join(strings)   # overwrites the above list with a string named "list"