diff --git a/pythoncalculator/multiply.py b/pythoncalculator/multiply.py index 314bb0b..43dfa55 100644 --- a/pythoncalculator/multiply.py +++ b/pythoncalculator/multiply.py @@ -1,2 +1,2 @@ def multiply(x, y): - return x + y \ No newline at end of file + return x * y \ No newline at end of file