Fredrik Lundh wrote: > vbgunz wrote: > >>> I have new a list , when it hava large number of values, I wonna to >>> delete all the values in it,how to do? >> >> something like this will probably help. >> >> x = [1,2,3,4,5,6,7,8,9] >> y = x >> >> list([x.pop() for z in xrange(len(x))]) >> >> print x, y # [] [] > > if you don't know how to do things, you don't need to post. > > if you know why this is about the dumbest way to do what you're doing, > and you're posted this on purpose, you really need to grow up. > > </F>
He already posted before your post that he made a mistake. You obviously ignored that and invented some argument that he posted with malicious intentions. That better describes most of your thousands of annoying posts. -- http://mail.python.org/mailman/listinfo/python-list