I\'m trying to learn python and I was trying to write something simple. I am developing under Pydev (Eclipse) using OS X 10.8. I installed python 3.2 using the 64bits .dmg i
You don't need the sets module anymore. set is a built-in class in Python 3 and can be used without import.
sets
my_set = set()