We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8601472 commit 683b6a5Copy full SHA for 683b6a5
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