Finding lowest value in dictionary of objects, how?

2007-11-19 Thread davenet
Hi, I'm new to Python and working on a school assignment. I have setup a dictionary where the keys point to an object. Each object has two member variables. I need to find the smallest value contained in this group of objects. The objects are defined as follows: class Block: def __init__(sel

Re: Finding lowest value in dictionary of objects, how?

2007-11-19 Thread davenet
On Nov 19, 1:00 am, Ben Finney <[EMAIL PROTECTED]> wrote: > davenet <[EMAIL PROTECTED]> writes: > > I'm new to Python and working on a school assignment. > > Thank you for being honest about this. > > You should carefully read the policies on plagiarism for