Partenaire Premium

Python

Python syntax and operators

Python syntax and operators


Fichier Détails

Cartes-fiches 22
Langue English
Catégorie Informatique
Niveau Autres
Crée / Actualisé 15.12.2020 / 16.01.2024
Lien de web
https://card2brain.ch/box/20201215_python_operators
Intégrer
<iframe src="https://card2brain.ch/box/20201215_python_operators/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>

Equal to

==

Not equal to

Nicht gleich wie

!=

Less than

Weniger als

<

Greater than

Grösser als

>

Less than or equal to

Weniger als oder gleich

<=

Greater than or equal to

Grösser als oder gleich wie

>=

True and True

True

True and False

False