Question-79: Which of the following statement is true with regards to equality operator?
- To check two values or variables are equal or not. You are going to use equality operator.
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering Python Certification Material
Answer: A,B,C
Exp:
Equality Operator
- To check two values or variables are equal or not. You are going to use equality operator.
- Equality operator is “==”
- For example, “X==Y” this would check whether X and Y are having same value or not.
- If X and Y both are having same value it would return True else False
-
You can access to full explanation to question and answer from this page.
Inequality Operator
- If you want to check and confirm whether two variables are holding different values or not.
-
You can access to full explanation to question and answer from this page.