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 1684f58 commit 6040cfdCopy full SHA for 6040cfd
exercises/03-What-is-a-function/app.py
@@ -1,5 +1,6 @@
1
def sum(number1,number2):
2
return number1 + number2
3
4
+# Your code here
5
total = sum(2,3)
6
print(total)
0 commit comments