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 294f419 commit 68325b2Copy full SHA for 68325b2
7th.py
@@ -0,0 +1,4 @@
1
+def myfunc(a,b):
2
+ print(a+b)
3
+
4
+myfunc(10,43)
0 commit comments