There was an error while loading. Please reload this page.
1 parent 351141c commit a5bc089Copy full SHA for a5bc089
app/calculator.py
@@ -15,4 +15,7 @@ def divide(x, y):
15
return x * 1.0 / y
16
17
def test(x):
18
- return x
+ return x
19
+
20
+ def another(x):
21
+ return "hello"
0 commit comments