Skip to content

Commit

Permalink
the code is wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
fschuermeyer committed Jun 16, 2024
1 parent 29080fa commit 46b883c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sum.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ def sum(values : list) -> int:
result = 0
for value in values:
result += value

# some logic to fail the test
result += 1

return result

0 comments on commit 46b883c

Please sign in to comment.