Computer Science, asked by bhartiambika66, 8 months ago

Differentiate between / and % operator in python

Answers

Answered by rijularoy16
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 rishika6981
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