PYTHON CIRCLE
Practice
Python Books
Archive
Subscribe
Login
Menu
Login
Practice
Python Books
Archive
Subscribe
Blog available for sell
This blog is available for sale. Please 'contact us' if interested.
Advertise with us
Python Multiple Choice Questions
The function divmod(a,b), where both 'a' and 'b' are integers is evaluated as:
A. (a%b, a//b)
B. (a//b, a%b)
C. (a/b, a%b)
Show Answer
Next Question
Correct Answer:
B
Explanation: The function divmod(a,b) is evaluated as a//b, a%b, if both 'a' and 'b' are integers.
© 2024-2025 Python Circle
Contact
Sponsor
Archive
Sitemap