Bertrand Benjamin
696111e67b
All checks were successful
continuous-integration/drone/push Build is passing
7 lines
162 B
Python
7 lines
162 B
Python
taille = int(input("Quelle est votre taille (en m)?"))
|
|
masse = int(input("Quelle est votre masse (en kg)?"))
|
|
|
|
imc = .....
|
|
|
|
print("Votre indice IMC est de ", imc)
|