How-to articles, tricks, and solutions about MEMBERSHIP
Check if something is (not) in a list in Python
In Python, you can check if an item is in a list using the in keyword.