We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3b7655 commit 16bb360Copy full SHA for 16bb360
1 file changed
calculator/calculator.py
@@ -1,5 +1,5 @@
1
def add(x, y):
2
- return x + y
+ return x - y
3
4
def subtract(x, y):
5
return x - y
0 commit comments