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 59d2593 commit fcfd3c4Copy full SHA for fcfd3c4
exercises/03-What-is-a-function/app.py
@@ -3,10 +3,3 @@ def sum(number1,number2):
3
4
total = sum(2,3)
5
print(total)
6
-
7
8
9
10
11
12
0 commit comments