Instruction_If_Elif

# Instruction conditionnelle elif
a = 0
if a > 0 :
    print("a est positif")
elif a < 0 :
    print("a est négatif")
else:
    print("a est nul")

Détails de l'Article

Article ID:
67
Catégorie:

Articles en rapport

Raptozone{©} 2020 / 2022 | Info | Contact