[Tutor] Remove a dictionary entry

bob gailer bgailer at gmail.com
Sat Sep 18 19:18:12 CEST 2010


  Yet another way is to iterate thru the dict collecting a list of keys 
of items to be deleted.

Then iterate thru that list deleting from the dict.

-- 
Bob Gailer
919-636-4239
Chapel Hill NC



More information about the Tutor mailing list