Skip to content

Commit

Permalink
fix: issue with sum
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jul 11, 2023
1 parent 2931084 commit 0cb0d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ def hello_new():


def sum_two_numbers(a, b):
return a + b + b
return a + b

0 comments on commit 0cb0d9d

Please sign in to comment.