Arithmetic Operators
Arithmetic Operators
identity operators
operator Description
is not It will returns true if both variables are not same object
Membership operators
operator Description
It will returns true if the sequence with specific value
In
present in the object
It will returns true if the sequence with specific value is not
not in
present in the object
logical operators
operator Description
If both the conditions meet the criteria(non zero)then the condition
&& (and)
becomes true
If any one the conditions meet the criteria(non zero)then the condition
|| (or)
becomes true
It is used for reverse result . if the condition Is true it gives false .if it is
! (not)
false it gives true