I need to unpack a list of
    [name, x, y, name, x, y]
to a dictionary
    {name : (x,y), name:(x,y)}
how would one do that?

Also, is it ok to ask such newbie questions here, or is there a better place for that?

_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to