a) (a%b, a//b)
b) (a//b, a%b)
c) (a//b, a*b)
d) (a/b, a%b)
The function divmod(a,b), where both ‘a’ and ‘b’ are integers is evaluated as:
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
The function divmod(a,b), where both ‘a’ and ‘b’ are integers is evaluated as:
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!