On 2013-01-29 02:59, Craig Dillabaugh wrote:

It sort of reminds me of Python where you can do something like:

' '.join( list_of_strings )

That looks kind of backwards. I would go with:

list_of_strings.join(' ')

Which feels more natural.

--
/Jacob Carlborg

Reply via email to