7 Answers
+ 18
Logical AND: and
Logical OR: or
Logical NOT: not
Bitwise AND: &
Bitwise OR: |
Bitwise XOR: ^
Bitwise Complement: ~
+ 5
In Python we use the word "not".
https://www.sololearn.com/learn/Python/2279/
0
you can easily understood see the code
https://code.sololearn.com/cvF6cpPyN56o/?ref=app
0
because we have to program huge lines So makers decided make easy sometimes...... & some times !
0
Like Vadim already said, you couold use the "not" for determining it in your issue.
Yoshi
0
because we have to program huge lines So makers decided make easy sometimes...... & some times !
0
There are shortcut symbols for every Logical operator in Boolean, by using these shortcuts our code will be seen fantastic and also less words will be used in our codes.
And there will be no difference if we use AND or Symbol &
And same for the rest of Boolean Logical operators