* in Python

Fredrik Lundh fredrik at pythonware.com
Fri Jun 23 07:41:52 EDT 2006


placid wrote:

> Can someone tell me what * in the following code means/does a Google
> search didnt turn up anything as i dont know what the * is called

see sections 4.7.2 and 4.7.3 in the tutorial:

     http://docs.python.org/tut/node6.html#SECTION006740000000000000000

for more details, see the description of the "def" statement in the 
language reference.

</F>




More information about the Python-list mailing list