how to check if an array has only real values in python code example Example: how to check if value is in list python >>> letters = [a,b,c,d,e] >>> 'a' in letters: True