How to join list of strings?
Posted
by satsurae
on Stack Overflow
See other posts from Stack Overflow
or by satsurae
Published on 2010-03-11T16:58:48Z
Indexed on
2010/03/11
17:19 UTC
Read the original article
Hit count: 265
Hi all,
This is probably seriously easy to solve for most of you but I cannot solve this simply putting str() around it can I?
I would like to convert this list: ['A','B','C'] into 'A B C'.
Thanks in advance!!
© Stack Overflow or respective owner