Re: Lowest Value in List

2013-10-03 Thread Peter Otten
subhabangal...@gmail.com wrote: > Dear Group, > > I am trying to work out a solution to the following problem in Python. > > The Problem: > Suppose I have three lists. > Each list is having 10 elements in ascending order. > I have to construct one list having 10 elements which are of the lowest

Re: Lowest Value in List

2013-10-02 Thread Ravi Sahni
On Wed, Oct 2, 2013 at 3:34 PM, wrote: > Dear Group, > > I am trying to work out a solution to the following problem in Python. > > The Problem: > Suppose I have three lists. > Each list is having 10 elements in ascending order. > I have to construct one list having 10 elements which are of the l

Re: Lowest Value in List

2013-10-02 Thread dvghana
On Wednesday, October 2, 2013 10:04:16 AM UTC, subhaba...@gmail.com wrote: > Dear Group, > > > > I am trying to work out a solution to the following problem in Python. > > > > The Problem: > > Suppose I have three lists. > > Each list is having 10 elements in ascending order. > > I have t

Re: Lowest Value in List

2013-10-02 Thread Antoon Pardon
Op 02-10-13 12:04, subhabangal...@gmail.com schreef: > Dear Group, > > I am trying to work out a solution to the following problem in Python. > > The Problem: > Suppose I have three lists. > Each list is having 10 elements in ascending order. > I have to construct one list having 10 elements whi

Re: Lowest Value in List

2013-10-02 Thread Steven D'Aprano
On Wed, 02 Oct 2013 03:04:16 -0700, subhabangalore wrote: > Dear Group, > > I am trying to work out a solution to the following problem in Python. > > The Problem: > Suppose I have three lists. > Each list is having 10 elements in ascending order. I have to construct > one list having 10 element