Skip to content

Commit f5ccc6a

Browse files
fix: push zero fn
1 parent 0bbea43 commit f5ccc6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/calculator.py

+3
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ def divide(x, y):
1515

1616
def power(x, y):
1717
return x**y
18+
19+
def zero():
20+
return 0

0 commit comments

Comments
 (0)