Python - 028 : Membership Operators in Python #python #pythonprogramming #pythontutorial

preview_player
Показать описание
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
Рекомендации по теме