We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c15b8c commit 165df62Copy full SHA for 165df62
sum.py
@@ -0,0 +1,3 @@
1
+#two number sum
2
+def sum(a:int,b:int):
3
+ return a+b
0 commit comments