Dennis Lee Bieber wrote:
> On Sat, 18 Mar 2006 17:24:05 -0500, Kevin F <[EMAIL PROTECTED]>
> declaimed the following in comp.lang.python:
>
>> I fixed the indentation to:
>>
>> emails = []
>> for msg in messagesInfo:
>> msgNum = int(split(msg, " ")[0]
>> msgSize = int(split(msg, " ")[1]
>
> Now look at your parentheses...
>> and it still doesn't work, what's wrong?
>
>> msgNum = int(split(msg, " ")[0]
> HINT: 0 1 2 1 ?
i have no idea what you are hinting at, can you please just tell me what
i need to change?
--
http://mail.python.org/mailman/listinfo/python-list