Computer Science, asked by sadesh45, 9 months ago

The '%' operator in Python results in what?
a) Divide left operand by the right one (always results into float)
b) Division that results into whole number adjusted to the left in the number line
c) Remainder of the division of left operand by the right
d) Exponent value - left operand raised to the power of right​

Answers

Answered by nagajothirk
0

Answer:

the answer is B option it's okay

Answered by shakhyargogoi7
1

% represent modulus or that means we get the remainder.

The correct answer is

c) Remainder of the division of left operand by the right

Similar questions
Math, 9 months ago