Computer Science, asked by shivarthdixit56, 6 months ago

Difference between / and // in python​

Answers

Answered by skillfulla5
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 yash6699
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