Skip to content

Commit 2a681d8

Browse files
committed
add a function
1 parent c6b766b commit 2a681d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python_packaging/src/imppkg/hello.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
def add_two_numbers(a, b):
2+
return a + b

0 commit comments

Comments
 (0)