We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
>>> s = 'spam' >>> s in 'I saw spamalot!' True >>> s not in 'I saw The Holy Grail!' True