On Wed, Sep 29, 2010 at 12:14 AM, Rog <r...@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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to