Howto pass Array/Hash into Function

Wildemar Wildenburger wildemar at freakmail.de
Tue Oct 3 05:44:51 EDT 2006


MonkeeSage wrote:
> 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

At the risk of being a jerk (sorry, I'm really just curious):
Why isn't that obvious?

wildemar (sorry)



More information about the Python-list mailing list