Modify _Set to support iteration.
Otherwise printlist(surprise) will fail with a TypeError, because map is called with an argument that doesn't support iteration.
Showing
Please register or sign in to comment
Otherwise printlist(surprise) will fail with a TypeError, because map is called with an argument that doesn't support iteration.