check if value exists in list python stack overflow code example Example: how to check if value is in list python >>> letters = [a,b,c,d,e] >>> 'a' in letters: True