Python · lambda, Recursion & Built-in Functions
What does this print? ``` funcs = [lambda: i for i in range(3)] print([f() for f in funcs]) ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
