Python · Numbers: int, float, bool, complex
Are these two empty-check expressions equivalent for a list? ``` if len(items) > 0: ... if items: ... ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
