Hello,

Let say I have several class instances in a list, and these class
instances have an attribute named "value", whose value is an integer.

I would like to know if it is possible to loop over the list of
instances to change their "value" attribute, using a map( (
lambda:...), ... ) type of loop. I'm very new to lambdas as you can
see :-)


Thanks
Bernard
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to