Robert Kern wrote:
> Madhusudan Singh wrote: >> Hi >> >> Is it possible to have something like : >> >> a,b,c,d=fn(that returns 10 return values) ? > > a,b,c,d = fn()[:4] > Thanks ! -- http://mail.python.org/mailman/listinfo/python-list
Robert Kern wrote:
> Madhusudan Singh wrote: >> Hi >> >> Is it possible to have something like : >> >> a,b,c,d=fn(that returns 10 return values) ? > > a,b,c,d = fn()[:4] > Thanks ! -- http://mail.python.org/mailman/listinfo/python-list