python dict function on enumerate object
Posted
by Lundus
on Stack Overflow
See other posts from Stack Overflow
or by Lundus
Published on 2010-04-26T13:21:38Z
Indexed on
2010/04/26
13:23 UTC
Read the original article
Hit count: 367
Hi,
If I have an enumerate object x, why does doing the following:
dict(x)
clear all the items in the enumerate sequence?
© Stack Overflow or respective owner