From 759b779cce39bc762bcb48c840c3ec2bba4aa334 Mon Sep 17 00:00:00 2001 From: PonomarevaY Date: Thu, 27 Nov 2025 09:35:21 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20calcul.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- calcul => calcul.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename calcul => calcul.py (89%) diff --git a/calcul b/calcul.py similarity index 89% rename from calcul rename to calcul.py index 7f670b0..33d0a3b 100644 --- a/calcul +++ b/calcul.py @@ -10,4 +10,4 @@ def calculator(): result=number1-number2 elif operation=='/': result= number1/number2 - print(f"Результат: {result}" \ No newline at end of file + print(f"Результат: {result}") \ No newline at end of file