CBSE Class 11 Computer Science Question 52 of 98

Python Programming Fundamentals — Question 14

Back to all questions
14
Question

Question 9

What are operators? Give some examples of 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 (/).