55798

The point of the question is to create a MySet class completely from scratch. Assume Python3 does not have a built-in set class and we are creating it for the first time. The implementation of MySet is not meant to be hard.