We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 938d5d0 commit 995d9b9Copy full SHA for 995d9b9
app/calculator.py
@@ -14,3 +14,5 @@ def divide(x, y):
14
return 'Cannot divide by 0'
15
return x * 1.0 / y
16
17
+ def test(x):
18
+ return x
0 commit comments