Differentiate between / and % operator in python
Answers
Answered by
4
Answer:
The / operator compares the values of both the operands and checks for value equality, whereas % operator checks whether both the operands refer to the same object or not.
PLEASE MARK IT AS BRAINLIEST AND FOLLOW ME.
Answered by
0
Answer:
Difference between == and is operator in Python
Whereas is operator checks whether both the operands refer to the same object or not.
Similar questions