The function divmod(a,b), where both ‘a’ and ‘b’ are integers is evaluated as:
Posted: Wed Jul 13, 2022 7:45 pm
a) (a%b, a//b)
b) (a//b, a%b)
c) (a//b, a*b)
d) (a/b, a%b)
b) (a//b, a%b)
c) (a//b, a*b)
d) (a/b, a%b)
Accurate answers. Every time.
https://answerhappy.com/