Python Professional — Hard
Key points
- `divmod()` returns a tuple with two values.
- The first value is the quotient and the second value is the remainder.
- In this case, 17 divided by 5 gives a quotient of 3 and a remainder of 2.
Ready to go further?
Related questions
