# Try: age = 15, has_id = True → denied (age fails) # Try: age = 20, has_id = False → denied (id fails) # Try: age = 20, has_id = True → welcome!