We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9302b85 commit fadb2e0Copy full SHA for fadb2e0
calculator.py
@@ -34,7 +34,7 @@ def multiplication(x: int, y: int) -> int:
34
Returns:
35
int: The multiple of `x` and `y`.
36
"""
37
- return x + y
+ return x * y
38
39
def division(x: int, y: int) -> int:
40
0 commit comments