Computer Science

Which two operators can be used on numeric values in Python?

  1. @
  2. %
  3. +
  4. #

Python Funda

1 Like

Answer

%, +

Reason — %, + are arithmetic operators.

Answered By

1 Like


Related Questions