PYTHON CIRCLE
Practice
Python Books
Archive
Subscribe
Login
Menu
Login
Practice
Python Books
Archive
Subscribe
Python Multiple Choice Questions
Which of the following is the truncation division operator?
A. /
B. %
C. //
D. |
Show Answer
Next Question
Correct Answer:
C
Explanation: // is the operator for truncation division. It it called so because it returns only the integer part of the quotient, truncating the decimal part. For example: 20//3 = 6.
© 2022-2023 Python Circle
Contact
Sponsor
Archive
Sitemap