Sollicitatievraag bij Nav

In Python, implement a set object by only using standard Python modules. Create as many the following features as possible. But don’t rush. Nobody gets them all done in the allotted time. Create an empty set Add items to the set Get all the items in a set Get the size of the set Remove and item from the set Check if a given item exists in a set Create a set with items at initialization Compare the equality of two different sets Convert a set to a list Return the ordered items from a set