Python · lambda, Recursion & Built-in Functions
What does this print? ``` nums = [1, 2, 3, 4] print(any(n > 10 for n in nums)) print(all(n > 0 for n in nums)) ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
