From b96ebdc32d665089cff40262b5587761d19e2b0f Mon Sep 17 00:00:00 2001 From: SibyakovaV Date: Fri, 7 Nov 2025 13:24:03 +0000 Subject: [PATCH] =?UTF-8?q?=D0=BC=D0=BE=D0=B9=20=D0=BF=D0=B5=D1=80=D0=B2?= =?UTF-8?q?=D1=8B=D0=B9=20=D0=BA=D0=BE=D0=BC=D0=BC=D0=B8=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- calculator.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 calculator.py diff --git a/calculator.py b/calculator.py new file mode 100644 index 0000000..dd346a3 --- /dev/null +++ b/calculator.py @@ -0,0 +1 @@ +print(eval(input()))