Challenge set
Python Conditionals
Practice Python conditionals through six focused Challenges covering comparisons, branching rules, combined checks, and practical decision-making logic.
Work through the collection
Challenges in This Set
- 01
Python
Battery Warning in Python
Use a Python if statement to check a battery level and print a warning only when the provided value falls below the required threshold.
50XPBeginner - 02
Python
Ticket Booth in Python
Use Python if and else branches to choose the correct admission label from a visitor's age and print the resulting ticket type.
50XPBeginner - 03
Python
Delivery Speed in Python
Classify a Python delivery estimate with if, elif, and else branches that cover express, priority, and standard arrival ranges.
50XPBeginner - 04
Python
Free Shipping in Python
Combine Python logical operators to award free shipping for qualifying totals or member orders while handling every other order.
50XPBeginner - 05
Python
Secure Login in Python
Apply prioritized Python conditional rules so an account lockout takes precedence before a correct password can grant or deny access.
50XPBeginner - 06
Python
Mission Clearance in Python
Combine several Python boolean checks in an ordered conditional chain to assign full, edit, read only, or denied mission access.
50XPBeginner

