On Wed, 2 Dec 2015 14:44:30 -0600, Ian Kelly <[email protected]> wrote: > On Wed, Dec 2, 2015 at 2:37 PM, Robert <[email protected]> wrote: [snip] >> ss0="1, 2, 4, 8, 16".split(", ") [snip] > Try help(str.split)
Or if, like me, you can't remember the magic word "str", ask:
help("".split)
and you know you're asking about the right "split".
--
To email me, substitute nowhere->runbox, invalid->com.
--
https://mail.python.org/mailman/listinfo/python-list
