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 3ba1151 commit c333256Copy full SHA for c333256
app/calculator.py
@@ -13,3 +13,6 @@ def divide(x, y):
13
if y == 0:
14
return 'Cannot divide by 0'
15
return x * 1.0 / y
16
+
17
+ def test(x):
18
+ return x
0 commit comments