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 5c0d0f4 commit 8b2826aCopy full SHA for 8b2826a
function-with-parameters.py renamed to 57. function-with-parameters.py
@@ -3,4 +3,4 @@ def sum(a, b):
3
print(f"Sum of {a} and {b} is {c}")
4
5
sum(44, 56)
6
-sum(100, 0.008889)
+sum(100, 0.008889)
0 commit comments