list problem...

Shashwat Anand anand.shashwat at gmail.com
Tue Sep 28 14:55:27 EDT 2010


On Wed, Sep 29, 2010 at 12:14 AM, Rog <rog at pynguins.com> wrote:

> Hi all,
> Have been grappling with a list problem for hours...
> a = [2, 3, 4, 5,.....]
> b = [4, 8, 2, 6,.....]
> Basicly I am trying to place a[0], b[0] in a seperate list
> IF a[2] and b[2] is present.
>

You are not exactly clear with your problem statement.
Care to elaborate it more.


> I have tried sets, zip etc with no success.
> I am tackling Euler projects with Python 3.1, with minimal
> knowledge, and having to tackle the language as I progress.
> Enjoyable frustration  :)
>
> --
> Rog
> http://www.rog.pynguins.com
> --
> http://mail.python.org/mailman/listinfo/python-list
>



-- 
~l0nwlf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20100929/b10c97a9/attachment-0001.html>


More information about the Python-list mailing list