Examveda

What is the result of divmod(10, 3) ?

A. (3, 1)

B. (3, 0)

C. (3, 3)

D. (10, 3)

Answer: Option A

Solution (By Examveda Team)

The divmod() function returns the quotient and remainder of division.

This Question Belongs to Python Program >> Data Types And Numeric Types

Join The Discussion

Related Questions on Data Types and Numeric Types