We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4123ebb commit 0539624Copy full SHA for 0539624
1 file changed
app/calculator.py
@@ -1,5 +1,5 @@
1
class Calculator:
2
-
+#C2
3
def add(x, y):
4
return x + y
5
0 commit comments