We are still interested B)
instead of writing: if sum_of_i == value: result = True return result
you can shorten it and just do
if sum_of_i == value: returnn True
Loading collection data...
We are still interested B)
instead of writing:
if sum_of_i == value:
result = True
return result
you can shorten it and just do
if sum_of_i == value:
returnn True