From 5de3e184640e1d2785548307b7ea7b4712eb3b68 Mon Sep 17 00:00:00 2001 From: Ksan Date: Sun, 31 May 2026 13:29:26 +0200 Subject: [PATCH] testing breakw --- calculator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calculator.py b/calculator.py index ea88c0e..0cd7982 100644 --- a/calculator.py +++ b/calculator.py @@ -1,5 +1,5 @@ def add(a, b): - return a + b + return a - b def subtract(a, b): return a - b