Keanggotaan String Python

>>> 'a' in 'program'
True
>>> 'at' not in 'battle'
False
SAMER SAEID