> Also, this has not been suggested: > > py> def g(): > ... return (1,2) > ... > py> def f(a,b,c): > ... return a+b+c > ... > py> f(c=10, *g()) > 13 > > James- Hide quoted text - > > - Show quoted text -
Great idea. -- http://mail.python.org/mailman/listinfo/python-list