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