9 lines
155 B
Python
9 lines
155 B
Python
|
imc = float(input("Quel est votre indice IMC?"))
|
||
|
|
||
|
if ..... :
|
||
|
print("Insuffisance")
|
||
|
...........
|
||
|
print("Normale")
|
||
|
...........
|
||
|
print("Surpoids")
|