The need to use *arg,**kwd

Marco Bizzarri marco.bizzarri at gmail.com
Tue Sep 16 02:54:44 EDT 2008


On Mon, Sep 15, 2008 at 11:51 PM, AON LAZIO <aonlazio at gmail.com> wrote:
> Hi, Pythoners.
>        I'd like to know when it is necessary to use *arg or **kwd in the
> program. And when it is 'ok' to use normal form of function argument?
> Thanks in advance.
>
> Aonlazio
>

Sorry, Aonlazio, but which program? This is a fair generic question
which needs a little more details to be answered.

You are not required to use them. You can use them if problem can be
easily solved with them. Which, of course leads to the questionof what
your problem is ;)

Regards
Marco
-- 
Marco Bizzarri
http://notenotturne.blogspot.com/
http://iliveinpisa.blogspot.com/



More information about the Python-list mailing list