how to chain a for loop to an if statement in one line python code example Example: if statement in one-line for loop python >>> [(i) for i in my_list if i=="two"] ['two']