CBSE Class 12 Computer Science Question 31 of 105

Python Revision Tour — Question 15

Back to all questions
15
Question

Question 15

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

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

%, +

Reason — %, + are arithmetic operators.