On Thu, Jun 17, 2010 at 11:45 AM, Neil Cerutti <[email protected]> wrote: > What's the best way to do the inverse operation of the .join > function?
Use the str.split method? -- http://mail.python.org/mailman/listinfo/python-list
On Thu, Jun 17, 2010 at 11:45 AM, Neil Cerutti <[email protected]> wrote: > What's the best way to do the inverse operation of the .join > function?
Use the str.split method? -- http://mail.python.org/mailman/listinfo/python-list