Computer Science

Which of the following is valid arithmetic operator in Python :

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

Python Funda

5 Likes

Answer

//

Reason — // is valid arithmetic operator in Python.

Answered By

2 Likes


Related Questions