filmov
tv
Python - 028 : Membership Operators in Python #python #pythonprogramming #pythontutorial
Показать описание
Python Membership Operators
Python’s membership operators test for membership in a sequence, such as strings, lists, or tuples.
There are two membership operators supported by python programming .
1. "in" operator
2. "not in" operator
Python’s membership operators test for membership in a sequence, such as strings, lists, or tuples.
There are two membership operators supported by python programming .
1. "in" operator
2. "not in" operator