Python Programming - Conditional Statements - Discussion

Discussion Forum : Conditional Statements - General Questions (Q.No. 25)
25.
What is the purpose of the is keyword?
Checks for equality
Checks for inequality
Tests object identity
Performs mathematical operations
Answer: Option
Explanation:
The is keyword in Python is used to test if two variables refer to the same object in memory, checking object identity.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.