Which of the following operator is relational operator
(a) + (b) > (c) and
Answers
Answered by
0
Answer:
> is the relational operator
Explanation:
The relational operators are < , > , <= , >= , == , and !=
Answered by
9
(b) > is a relational operator.
Relational operators are operators that are used testing equality. When used, they generally return Boolean values, i.e., 'True' or 'False'.
- Relational operators include >, <, >=, <=, == and !=.
There are mainly 4 types of operators in Python.
1. Arithmetic Operators
They're used for calculations/algebraic expressions.
2. Relational Operators
As mentioned above, they're used for testing equality/relations.
3. Logical Operators
They're used for testing one or more relations.
4. Assignment Operators
They're used for assigning values to a variable.
Similar questions
Chinese,
1 month ago
English,
1 month ago
Math,
3 months ago
Math,
3 months ago
Social Sciences,
9 months ago