Let me guess. You want the first tuple with elements that are divisible by 2 and second divisible by 3. Beats me still as to why you decided to call it "compression"
>From your second email it seems like you're after list *comprehension*. On Wed, Jan 9, 2013 at 1:20 PM, Gora Mohanty <g...@mimirtech.com> wrote: > On 9 January 2013 13:11, vijay <vnbang2...@yahoo.com> wrote: > > Hi, > > I want to know if there is any other better way for improving below > list compression. I have to use list compression only to achieve it. > > > > say i have list a=[1, 4, 9, 12, 15, 21] expected result (4, 12), > (9, 12, 15, 21) > > It would help if you defined what you mean by "list compression" > in this case. It is not immediately obvious what you are trying to > achieve. > > Regards, > Gora > _______________________________________________ > BangPypers mailing list > BangPypers@python.org > http://mail.python.org/mailman/listinfo/bangpypers > _______________________________________________ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers