Skip to content

Commit 68325b2

Browse files
committed
Create 7th.py
1 parent 294f419 commit 68325b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

7th.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
def myfunc(a,b):
2+
print(a+b)
3+
4+
myfunc(10,43)

0 commit comments

Comments
 (0)