Feat(2nd): DS3
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-17 10:58:23 +01:00
parent a7ec11b23f
commit 784d5b2d2a
5 changed files with 224 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
taille = int(input("Quelle est votre taille (en m)?"))
taille = int(input("Quelle est votre masse (en kg)?"))
imc = .....
print("Votre indice IMC est de ", imc)

View File

@@ -0,0 +1,8 @@
imc = float(input("Quel est votre indice IMC?"))
if ..... :
print("Insuffisance")
...........
print("Normale")
...........
print("Surpoids")