Re: [Tutor] Assembling multiple strings into one

2007-05-09 Thread Kent Johnson
Alan Gilfoy wrote: > I have a program producing a list of multiple strings. > The amount of strings in the list varies. > I want to assemble a string that is: > > list item 0 + space + list item 1 + space, > and so on, going through every string in the list. ' '.join(myList) Kent ___

[Tutor] Assembling multiple strings into one

2007-05-09 Thread Alan Gilfoy
I have a program producing a list of multiple strings. The amount of strings in the list varies. I want to assemble a string that is: list item 0 + space + list item 1 + space, and so on, going through every string in the list. -- "Computers were the first God-Satan collaboration project." "Blind