Computer Science, asked by sachinkand18, 7 months ago

what does the modulus operator do in python? what will be the result of 7.2% 2,1 and 8% 3?

Answers

Answered by XxRohanGOELxX
4

Answer:

The Modulus Operator finds the divisional remainder.

7.2%2.1 = 0.9

8%3 = 2

Answered by namandaultani
1

Answer:

the modulus divides the value and returns reminder

Similar questions