operator

Estimated reading time: 1 minute

operator

name details
= assign
+ add
- subtraction
* multiplacation
/ division
% modulus
or or
and and
not not
== equal
!= not equal
> greater than
>= greater than or equal
< less than
<= less than or equal
python