David Bear wrote: > I know there must be a better way to phrase this so google understands, but > I don't know how.. So I'll ask people. > > Assume I have a list object called 'alist'. > > Is there an easy way to create a dictionary object with the members of > 'alist' being the keys in the dictionary, and the value of the keys set to > null?
Are you sure you need a dictionary? You may want to look at the Set module instead, if the values aren't important. -- http://mail.python.org/mailman/listinfo/python-list