codeGK
Code it ALL
Membership Operators in Python - CodeGK

♦ Membership Operators in Python

♣ Example6: Membership Operators in Python

Membership Operators in Python are used to check if a particular value/sequence is present in an Object.
Table Info
,,,
[email protected]
[email protected] True if a particular value/sequence is present in an Object
not [email protected] True if a particular value/sequence is not present in an Object
Example
Input:
Output: