Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 99 Bytes

File metadata and controls

9 lines (7 loc) · 99 Bytes
>>> s = 'spam'
>>> s in 'I saw spamalot!'
True
>>> s not in 'I saw The Holy Grail!'
True