Get answer of your all questions and doubts! ➤

Question
What are operators?

[Computer Science Class – 11 Sumita Arora solutions. Chapter 6 – Python Fundamentals.]

Answer

Operators are tokens that trigger some computation/action when applied to variables and other objects in an expression.
Variables and objects to which the computations is applied are called operands. So, an operator requires some operands to work upon.

Operators can be classified into two types:

  • Unary Operators (requires one operand to operate upon)
  • Binary Operators (requires two operands to operate upon)

Leave a Comment

Your email address will not be published. Required fields are marked *