Converting tuple of lists of variable length into dictionary
Erik
python at lucidity.plus.com
Sun Oct 18 16:55:10 EDT 2015
More information about the Python-list mailing list
Sun Oct 18 16:55:10 EDT 2015
- Previous message (by thread): Converting tuple of lists of variable length into dictionary
- Next message (by thread): PyCon Namibia 2015
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 18/10/15 21:38, Denis McMahon wrote: > I'm not sure I understand why after m = deepcopy(l); m.remove(i); m is a > different value to that which it as after m = deepcopy(l).remove(i). It's because list.remove() returns None, not 'self'. E.
- Previous message (by thread): Converting tuple of lists of variable length into dictionary
- Next message (by thread): PyCon Namibia 2015
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list