How to check if a string is present in a list Python? code example Example: how to check if value is in list python >>> letters = [a,b,c,d,e] >>> 'a' in letters: True