In python the operators are the most classic, like any programming language: + - * / %
Then there are the comparison operators:
== != < >
The classic Boolean operators
and
or
not
In python the operators are the most classic, like any programming language: + - * / %
Then there are the comparison operators:
== != < >
The classic Boolean operators
and
or
not