Community

Start a Thread


Notifications
Subscribe You’re not receiving notifications from this thread.

Split Set To Equal Subsets - Python Question

Challenges • Asked over 4 years ago by Devesh Kumar Singh

Devesh Kumar Singh Commented on Dec 23, 2019:

There is a syntax error in one of the test cases

assert has_equal_subsets(18,1,5,19,5,15,15,7,19,11,8,7,13]) == False

an opening [ is missing in the above statement

Link to problem: Split Set To Equal Subsets.