Back to All Challenges
Back to all challenges

Active Premium User Filter

Solve the "Active Premium User Filter" intermediate challenge. Focus: python logic.

intermediatepython

Terminal

user@debugger:~/project$ node app.js
Silent logic error — the function returns users who are either active OR have a premium subscription, instead of requiring both conditions. This incorrectly includes active free users and inactive premium users.
user@debugger:~/project$
Test Cases (Click to expand)