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 +