This commit is contained in:
bronku 2025-12-06 10:25:37 +01:00
parent 307c51539c
commit c0244b5822
3 changed files with 35 additions and 6 deletions

View file

@ -1,4 +1,3 @@
# test_arithmetic.py
def calculate_bmi(weight, height):
bmi = weight / (height ** 2)