Python split and join strings to arrays and back

preview_player
Показать описание
I take a space delimited string and split it into a List
then I join the list back into a space delimited,
then comma delimited string
Рекомендации по теме
Комментарии
Автор

I knew the split function, but I did not know how to unsplit a split list, so this video was very helpful.

maxwellhuber
Автор

Solved the problem with my script.Thanks!

congamike
Автор

how to split for eg 'container' only not a whole statement because that can be easily split by space

graceabraham