[Q] keeping *args and using it later

Oleg Broytmann phd at phd.russ.ru
Sun Oct 24 08:16:53 EDT 1999


On Sun, 24 Oct 1999, Joao Neto wrote:
>    nextTuple[0](nextTuple[1])

<UNTESTED>
   apply(nextTuple[0], nextTuple[1])
</UNTESTED>

Oleg.
---- 
    Oleg Broytmann      Foundation for Effective Policies      phd at phd.russ.ru
           Programmers don't die, they just GOSUB without RETURN.





More information about the Python-list mailing list