Python Programming - Conditional Statements - Discussion

Discussion Forum : Conditional Statements - General Questions (Q.No. 9)
9.
Which comparison operator is used to check for equality?
=
==
===
equals
Answer: Option
Explanation:
The double equals (==) operator is used to check if two values are equal in Python.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.