From b78efac316fd0a9ab1d4a544cef6a3e16ecf00cf Mon Sep 17 00:00:00 2001 From: BuravovA Date: Fri, 7 Nov 2025 18:21:43 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=20=D1=80=D0=B0=D0=B1=D0=BE=D1=87?= =?UTF-8?q?=D0=B8=D0=B9=20=D0=BC=D0=B8=D0=BD=D1=83=D1=81=20:I?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- calc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calc.py b/calc.py index 4c48396..ed67502 100644 --- a/calc.py +++ b/calc.py @@ -6,7 +6,7 @@ def main(): summ() case "*": multiplication() - case "minus": + case "-": minus() case "exit": exit