CBSE Class 12 Computer Science Question 53 of 120

Review of Python Basics — Question 5

Back to all questions
5
Question

Question 5

What are operators? Give examples of some unary and binary operators.

Answer

Operators are tokens that trigger some computation/action when applied to variables and other objects in an expression. Unary plus (+), Unary minus (-) are a few examples of unary operators. Examples of binary operators are Addition (+), Subtraction (-), Multiplication (*), Division (/).