Informatik_3

This commit is contained in:
2022-03-17 14:20:54 +01:00
parent e0057812a5
commit 5c68ea4a97
9 changed files with 798 additions and 1 deletions

View File

@@ -22,4 +22,4 @@ bmi=gewicht/(größe**2) # Berechnung Body-Mass-Index
# Ausgabe
print("Sie haben einen BMI von", round(bmi, 2), '.')
print("Sie haben einen BMI von " + str(round(bmi, 2)) + '.')