We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6b6a80 commit e16919cCopy full SHA for e16919c
app/calculator.py
@@ -14,5 +14,5 @@ def divide(x, y):
14
return 'Cannot divide by 0'
15
return x * 1.0 / y
16
17
- def smiles():
+ def smiles(x, y):
18
return ':)'
0 commit comments