[Python] instruction if

if déclaration

point important ・ Après l'expression conditionnelle **: ** ・ Sinon si est ** elif ** ・ Lorsque l'expression conditionnelle est égale à gauche et à droite, ** == **

if money > total_price:
    print("Pomme" + str(count) + "J'en ai acheté un")
    print("L'équilibre est" + str(money - total_price) + "C'est un cercle")
elif money == total_price:
    print("Pomme" + str(count) + "J'en ai acheté un")
    print("Le portefeuille est vide")
else:
    print("Pas assez d'argent")
    print("Je ne pouvais pas acheter une pomme")

Combinaison d'expressions conditionnelles

and Satisfaire les deux conditions

if time > 10 and time < 15:

or L'une ou l'autre condition est remplie

if time == 10 or time == 15:

not Refus de conditions

if not time == 20:

Opérateur de comparaison

Contrairement à js, le nombre de = lorsque la gauche et la droite sont égales change. image.png

Recommended Posts

[Python] instruction if
Instruction if de base Python
Ajouter avec Python if instruction
Instruction if peu familière
Instruction d'exécution Python
[python] Utilisation correcte de l'instruction if
Instruction d'assertion Python
[Python] Opération de fichier utilisant l'instruction if
[Introduction à l'application Udemy Python3 +] 33. instruction if
Bases de Python ② pour déclaration
[Python] pour une erreur d'instruction
Liste Python, pour instruction, dictionnaire
Python "if __name__ ==‘ __main__ ’:" signifie
Python
Julia Quick Note [05] instruction if
[Python] si __name__ == Qu'est-ce que «__ main__»:?
Un programmeur Java a étudié Python. (for, if, while instruction)
À propos de l'instruction if à 2 variables et 4 branches
[Python / PyQ] 4. liste, pour instruction
Pourquoi l'instruction main () -if de Python est-elle attachée?
[Python] Comment écrire une instruction if en une phrase.
[Python] Qu'est-ce qu'une instruction with?
Récapitulatif si vous utilisez AWS Lambda (Python)
Exécutez l'instruction [python] exec, eval
instruction SQL python Extraire par heure
création du répertoire python Correspondance si le répertoire existe
Python pour la déclaration ~ Qu'est-ce qui est itérable ~
Si l'installation de Python 3.5.0 échoue sur Mac
[Python] Quatre-vingt-dix-neuf tables utilisant des instructions for
[Python] Modèle de base et utilisation de l'instruction if (opérateur de comparaison et opérateur booléen)
python kafka
Les bases de Python ⑤
Résumé Python
Python intégré
Technique Python
[Python] Test super facile avec instruction assert
Étudier Python
Compte à rebours Python 2.7
Mémorandum Python
astuces python
fonction python ①
Les bases de Python
Mémo Python
ufo-> python (3)
Installer python
Python Singleton
Les bases de Python ④
Mémorandum Python 2
mémo python
Python Jinja2
Incrément Python
atCoder 173 Python
[Python] fonction
Installation de Python
Installer Python 3.4.3.
Essayez Python
Itératif Python