Difference between / and // in python
Answers
Answered by
2
Answer:
Logical AND that returns True if both the operands are true whereas '&' is a bitwise operator in Python that acts on bits and performs bit by bit operation. When an integer value is 0, it is considered as False when using logically.
Answered by
0
and is a Logical AND that returns True if both the operands are true whereas '&' is a bitwise operator in Python that acts on bits and performs bit by bit operation. When an integer value is 0, it is considered as False when using logically.
If you are satisfied with my answer so please mark as brainlist
Similar questions