Skip to content

Commit e16919c

Browse files
committed
testing pending
1 parent b6b6a80 commit e16919c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/calculator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ def divide(x, y):
1414
return 'Cannot divide by 0'
1515
return x * 1.0 / y
1616

17-
def smiles():
17+
def smiles(x, y):
1818
return ':)'

0 commit comments

Comments
 (0)