Skip to content

Commit 39688d4

Browse files
a wild bug appears
1 parent aaa0399 commit 39688d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/calculator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ def abs(x):
1818
return x if x >= 0 else -x
1919

2020
def pow(x, y):
21-
return x**y
21+
return x*y

0 commit comments

Comments
 (0)