On Apr 12, 3:50 am, "7stud" <[EMAIL PROTECTED]> wrote: > On Apr 12, 3:31 am, "loial" <[EMAIL PROTECTED]> wrote: > > lst = mydict["keyvalue1"] > lst[0] = 4 > list.append("red")
Rather the last line there should read: lst.append("red") -- http://mail.python.org/mailman/listinfo/python-list