From 90f6f645737a80bdb8cd85276e7f0c42199e4c60 Mon Sep 17 00:00:00 2001 From: SuhovK Date: Mon, 17 Nov 2025 06:56:45 +0000 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D1=82=D1=8C=20.p?= =?UTF-8?q?y?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .py | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .py diff --git a/.py b/.py deleted file mode 100644 index b2e60fe..0000000 --- a/.py +++ /dev/null @@ -1,9 +0,0 @@ -a = float(input("Первое число: ")) -op = input("Операция (+, -, *, /): ") -b = float(input("Второе число: ")) - -if op == "+": - result = a + b -elif op == "*": - result = a * b -print(result) \ No newline at end of file