CBSE Class 11 Informatics Practices Question 35 of 102

Python Programming Fundamentals — Question 12

Back to all questions
12
Question

Question 12

Which of the following operators is floor division?

  1. +
  2. /
  3. //
  4. >
Answer

//

Reason — The floor division operator in Python is represented by //.