Newbie help with array handling

7stud bbxx789_05ss at yahoo.com
Thu Apr 12 06:36:41 EDT 2007


On Apr 12, 3:50 am, "7stud" <bbxx789_0... at yahoo.com> wrote:
> On Apr 12, 3:31 am, "loial" <a... at loial.co.uk> wrote:
>
> lst = mydict["keyvalue1"]
> lst[0] = 4
> list.append("red")


Rather the last line there should read:

lst.append("red")




More information about the Python-list mailing list