Dictionaries are a good concrete representation for sets in Python, so operations ... print "Intersects:", filter(another_dict.has_key, some_dict.keys()) ...
確定! 回上一頁