Skip to content

Commit c333256

Browse files
test commit
1 parent 3ba1151 commit c333256

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/calculator.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ def divide(x, y):
1313
if y == 0:
1414
return 'Cannot divide by 0'
1515
return x * 1.0 / y
16+
17+
def test(x):
18+
return x

0 commit comments

Comments
 (0)