python dict function on enumerate object - by Lundus Hi, If I have an enumerate object x, why does doing the following: dict(x) clear all the items in the enumerate sequence? Read the article