what does *x as a in argument of a method?

zeallous zeallous at bigpond.net.au
Thu May 15 23:58:44 EDT 2003


Dear python talents!!

   What does the *x mean in the following example?

    def f(*x):
        return reduce( lambda a, b: a+b, x)

Thanks!

zeallous




More information about the Python-list mailing list