Skip to content

Commit

Permalink
Update solution.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Dec 18, 2024
1 parent 3f205f0 commit 4f75ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kyu_6/sums_of_parts/solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

def parts_sums(input_ls: list) -> list:
"""
Sums of Parts.
Sum of Parts.
The function parts_sums will take as parameter a list input_ls
and return a list of the sums of its parts.
Expand Down

0 comments on commit 4f75ac3

Please sign in to comment.