On Mon, 22 Feb 2010 09:26:18 -0800, barryjogorman wrote:
> HAVE THE FOLLOWING VERY BASIC PROGRAM:
>
> class Person:
> def _init_(self,name, job=None, pay=0):
> self.name=name
> self.job=job
> self.pay=pay
>
> bob = Person('Bob Smith')
> sue = Person('Sue Jones', job='
On Thu, 01 Apr 2010 11:57:11 +, Harishankar wrote:
> On Wed, 31 Mar 2010 09:40:30 -0700, Javier Montoya wrote:
>
>> Dear all,
>>
>> I'm a newbie in python and would be acknowledge if somebody could shed
>> some light on associative arrays.
>> More precisely, I would like to create a multi-di