Hi all, 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 (related to Python and i dont think Python has pointers)
def test(*args): pass and sometimes its; def test(**args): pass Cheers -- http://mail.python.org/mailman/listinfo/python-list