BANK SEBI Grade A Phase 1 & Phase 2 Mock Test 2024 Programming and Data Structure Stack Applications
Which is true for "x in y" membership operator expression used in Python?
1
Returns true if a sequence with the specified value is not present in the object
2
Returns true if both variables are not the same object
3
Returns true if both variables are the same object
4
Returns true if a sequence with the specified value is present in the object
5
None of the above