Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test commit
  • Loading branch information
calvin-codecov committed Sep 18, 2024
commit c333256b3ef988c448cb3e59ce9afcaa2bdb2296
3 changes: 3 additions & 0 deletions app/calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ def divide(x, y):
if y == 0:
return 'Cannot divide by 0'
return x * 1.0 / y

def test(x):
return x