Howto pass Array/Hash into Function

MonkeeSage MonkeeSage at gmail.com
Tue Oct 3 05:29:15 EDT 2006


Wijaya Edward wrote:
> I wonder how can that be done in Python.

def myfunc(plain_var, hash_ref, arref):
  # Do sth with those variables
  return

Regards,
Jordan




More information about the Python-list mailing list