CBSE Class 11 Informatics Practices
Question 56 of 102
Python Programming Fundamentals — Question 17
Back to all questionsOperators are tokens that trigger some computation/action when applied to variables and other objects in an expression. Unary plus (+), Unary minus (-), Bitwise complement (~), Logical negation (not) are a few examples of unary operators. Examples of binary operators are Addition (+), Subtraction (-), Multiplication (*), Division (/).