next_value = ( search(value) for value in values )



이거 반복문이 어떻게 되는거져?? ㅠㅠ



for value in values:

next_value = search(value)


이걸 한줄로 표현한거임??