Files
BMI/backend.py
T
2026-05-02 16:12:32 +03:00

5 lines
81 B
Python

def calculate(height, wight):
result = wight / height ^ 2
return result