Say I have a function: def f(self, **kwargs) :
and I want to take the key/value pairs and create a set of variables with the names of the keys. For example, if I say: f(x=5, y=2) I want to create local variables 'x' and 'y' in the function, with values of 5 and 2 respectively. How could I do this? Thanks, Steve Bergman _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor