CBSE Class 12 Computer Science Question 33 of 105

Python Revision Tour — Question 17

Back to all questions
17
Question

Question 17

Which of the following is valid arithmetic operator in Python :

  1. //
  2. ?
  3. <
  4. and
Answer

//

Reason — // is valid arithmetic operator in Python.