Python · lambda, Recursion & Built-in Functions
What does this print? ``` words = ["bb", "a", "ccc"] print(sorted(words, key=len, reverse=True)) ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
