Skip to content

Commit 9de135d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f586bd3 commit 9de135d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sum/sum.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#two number sum
2-
def sum(a:int,b:int):
3-
return a+b
1+
# two number sum
2+
def sum(a: int, b: int):
3+
return a + b

0 commit comments

Comments
 (0)