We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bbea43 commit f5ccc6aCopy full SHA for f5ccc6a
app/calculator.py
@@ -15,3 +15,6 @@ def divide(x, y):
15
16
def power(x, y):
17
return x**y
18
+
19
+ def zero():
20
+ return 0
0 commit comments