a = map(lambda x: print(x), list(range(5)))


이거 뭐 람다함수 실행한다고하는데

언제실행하는거임?