Saturday, 12 October 2019

Why there is no UserSet class defined in Python?

Why python does not provide UserSetclass to extend and define user defined Set. It does provide UserDict,UserList, UserString but no UserSet.

I'm referring to Python Documentation



from Why there is no UserSet class defined in Python?

No comments:

Post a Comment