Skip to content

Commit

Permalink
feat:correction sum
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzodidomenic committed Oct 30, 2023
1 parent 7e051ce commit 5352617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sum.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ def sum(a: int, b: int) -> int:
z = int(input())

print(k," + ",z)
print(sum(k,z))
print(sum(k,z))

0 comments on commit 5352617

Please sign in to comment.