Python Programming - Conditional Statements - Discussion

Discussion Forum : Conditional Statements - General Questions (Q.No. 10)
10.
What does the in keyword check in Python conditional statements?
Object identity
Membership in a sequence or collection
Inequality
Division
Answer: Option
Explanation:
The in keyword is used to test if a value is a member of a sequence or collection, such as a list or a string.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.