We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd6df8 commit 0d975bcCopy full SHA for 0d975bc
function-with-parameters.py
@@ -0,0 +1,6 @@
1
+def sum(a, b):
2
+ c = a + b
3
+ print(f"Sum of {a} and {b} is {c}")
4
+
5
+sum(44, 56)
6
+sum(100, 0.008889)
0 commit comments