

InterviewSolution
Saved Bookmarks
1. |
Which of the following is the truncation division operator?(a) /(b) %(c) //(d) |I got this question in an online interview.The above asked question is from Precedence and Associativity topic in portion Precedence and Associativity, Bitwise & Boolean of Python |
Answer» Right option is (c) // |
|