Advertisements
Advertisements
Question
What are the different operators that can be used in Python?
Advertisements
Solution
In computer programming languages operators are special symbols that represent computations, conditional matching, etc. The value of an operator used is called operands. Operators are categorized as Arithmetic, Relational, Logical, Assignment, etc.
APPEARS IN
RELATED QUESTIONS
Which of the following is not a token?
Which of the following is not a logical operator?
Write short notes on Tokens.
What is a literal?
Explain the Ternary operator with examples.
Write short notes on Escape sequences with examples.
What are string literals? Explain.
Discuss in detail Tokens in Python.
If (a>b&&b>c) then largest number is ______.
Identify the operator that gets the highest precedence while evaluating the given expression:
a + b % c * d - e
