From 07c54304e7baee2924cc625d55338eac7df146ed Mon Sep 17 00:00:00 2001 From: Rohit Vinnakota <148245014+rohitvinnakota-codecov@users.noreply.github.com> Date: Thu, 12 Jun 2025 12:50:17 -0400 Subject: [PATCH] Update calculator.py --- app/calculator.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/calculator.py b/app/calculator.py index 1d29c7e..a08547a 100644 --- a/app/calculator.py +++ b/app/calculator.py @@ -17,3 +17,7 @@ def divide(x, y): def multiplyBy6(x, y): return x * y * 66 + + + def multiplyBy7(x, y): + return x * y * 12490