how to check is a value exist in an array then skips IT PYTHONB code example Example: how to check an array for a value in python s = set(a) if 7 in s: # do stuff