From 3c173de14cec350e8f2aaba5e9333d92f54f0b15 Mon Sep 17 00:00:00 2001 From: dr_domi Date: Sat, 2 May 2026 16:12:32 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D1=87=D0=B0=D0=BB=20=D0=BF=D0=B8?= =?UTF-8?q?=D1=81=D0=B0=D1=82=D1=8C=20=D0=BA=D0=BE=D0=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/backend.py b/backend.py index e69de29..1d07fba 100644 --- a/backend.py +++ b/backend.py @@ -0,0 +1,4 @@ +def calculate(height, wight): + result = wight / height ^ 2 + return result +