We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dbeee9 commit 6cc5e39Copy full SHA for 6cc5e39
app/calculator.py
@@ -13,3 +13,4 @@ def divide(x, y):
13
if y == 0:
14
return 'Cannot divide by 0'
15
return x * 1.0 / y
16
+
0 commit comments