On 29 February 2012 13:52, Johann Spies wrote:
> In [82]: t.append(instansie)
> t.append(instansie)
>
> In [83]: t
> t
> Out[83]: ['Mangosuthu Technikon']
> In [84]: t = [x.alt_name for x in lys].append(instansie)
> t = [x.alt_name for x in lys].append(instansie)
>
> In [85]: t
> t
>
> In [86]: t
On 5 February 2012 15:13, Anatoli Hristov wrote:
> Hi there,
>
> I`m again confused and its the dictionary. As dictionary does not support
> append I create a variable list with dictionary key values and want to add
> new values to it and then copy it again to the dictionary as I dont know
> other