pythoncheck if a list of values is in a variable in pytho code example Example: how to check if value is in list python >>> letters = [a,b,c,d,e] >>> 'a' in letters: True