Computer Science, asked by akulnara61, 22 hours ago

what is diffrence between using // and % operator in phython​

Answers

Answered by tabassumhusna42
1

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. Note: When an integer value is 0, it is considered as False otherwise True when using logically.

Similar questions