Question about split method

Peter Pearson pkpearson at nowhere.invalid
Sat Dec 5 14:29:05 EST 2015


On Wed, 2 Dec 2015 14:44:30 -0600, Ian Kelly <ian.g.kelly at gmail.com> wrote:
> On Wed, Dec 2, 2015 at 2:37 PM, Robert <rxjwg98 at gmail.com> 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.



More information about the Python-list mailing list