Challenges • Asked almost 5 years ago by Devesh Kumar Singh
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.