Premium Partner

Python

Python syntax and operators

Python syntax and operators


Kartei Details

Karten 22
Sprache English
Kategorie Informatik
Stufe Andere
Erstellt / Aktualisiert 15.12.2020 / 16.01.2024
Weblink
https://card2brain.ch/box/20201215_python_operators
Einbinden
<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