Skip to content

Commit

Permalink
Update solution.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Nov 24, 2024
1 parent 0525e8a commit acda7a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kyu_6/sums_of_parts/solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ def parts_sums(ls: list) -> list:
:param ls:
:return:
"""
pass
result: list = []
return result

0 comments on commit acda7a8

Please sign in to comment.