is_sum_subset(→ bool)
is_sum_subset
>>> is_sum_subset([2, 4, 6, 8], 5) False >>> is_sum_subset([2, 4, 6, 8], 14) True
index.md