There was an error while loading. Please reload this page.
1 parent 2c15b8c commit 165df62Copy full SHA for 165df62
1 file changed
sum.py
@@ -0,0 +1,3 @@
1
+#two number sum
2
+def sum(a:int,b:int):
3
+ return a+b
0 commit comments