Computer Science, asked by riddhi6233, 2 months ago

In Python name the operator which returns the quotient of the division.  ____________​
answer me fast guys it's urgent

Answers

Answered by sheetaldc7
2

Answer:

modulas

Explanation:

The modulus (remainder of the division of the two operands, rather than the quotient) can be found using the % operator, or by the divmod builtin function. The divmod function returns a tuple containing the quotient and remainder.

I think this may help you

Similar questions