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 7fb3995 commit 49d9ce7Copy full SHA for 49d9ce7
calculator/calculator.py
@@ -2,7 +2,7 @@ def add(x, y):
2
return x + y
3
4
def subtract(x, y):
5
- return x - y
+ return x + y
6
7
def multiply(x, y):
8
return x * y
0 commit comments