Что выведет код:

print(list(map(lambda f: f(2), [lambda x: x**i for i in range(3)])))