Skip to content

Commit a5bc089

Browse files
more changes
1 parent 351141c commit a5bc089

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/calculator.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,7 @@ def divide(x, y):
1515
return x * 1.0 / y
1616

1717
def test(x):
18-
return x
18+
return x
19+
20+
def another(x):
21+
return "hello"

0 commit comments

Comments
 (0)