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 250eef0 commit 12f3bd8Copy full SHA for 12f3bd8
app/calculator.py
@@ -1,5 +1,5 @@
1
class Calculator:
2
-#C3
+#C4
3
def add(x, y):
4
return x + y
5
0 commit comments