We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 032678d commit b3755bbCopy full SHA for b3755bb
app/calculator.py
@@ -1,4 +1,5 @@
1
class Calculator:
2
+
3
def add(x, y):
4
return x + y
5
app/smiles.py
0 commit comments