Computer Science

Which of the following is valid arithmetic operator in Python :

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

Python Funda

1 Like

Answer

//

Reason — // is valid arithmetic operator in Python.

Answered By

2 Likes


Related Questions