I've run across code like "myfunction (x, *someargs, **someotherargs )",
but haven't seen documentation for this.
Can someone fill me in on what the leading * and ** do? Thanks.
Stephen
but haven't seen documentation for this.
Can someone fill me in on what the leading * and ** do? Thanks.
Stephen
Comment