Défi : Vérificateur d'Accès et d'Avantages
Swipe to start coding
You're checking simple user conditions during checkout.
All input variables are already defined - do not change them.
Use only comparison and logical operators:
==, !=, <, <=, >, >=, and, or, not, and parentheses.
Compute:
is_adult— the user is at leastadult_age.can_enter— the user can enter if they are an adult and have an ID.qualifies_free_shipping— true ifpurchase_totalmeets thefree_shipping_thresholdor the user is amember.needs_manual_review— true if email or phone is not verified.valid_score_range— the score is within the range[min_score, max_score]using a chained comparison.
Finally, print all five results in one line.
Solution
Merci pour vos commentaires !
single
Demandez à l'IA
Demandez à l'IA
Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion
Can you explain this in simpler terms?
What are some examples related to this topic?
Where can I learn more about this?
Génial!
Completion taux amélioré à 3.45
Défi : Vérificateur d'Accès et d'Avantages
Glissez pour afficher le menu
Swipe to start coding
You're checking simple user conditions during checkout.
All input variables are already defined - do not change them.
Use only comparison and logical operators:
==, !=, <, <=, >, >=, and, or, not, and parentheses.
Compute:
is_adult— the user is at leastadult_age.can_enter— the user can enter if they are an adult and have an ID.qualifies_free_shipping— true ifpurchase_totalmeets thefree_shipping_thresholdor the user is amember.needs_manual_review— true if email or phone is not verified.valid_score_range— the score is within the range[min_score, max_score]using a chained comparison.
Finally, print all five results in one line.
Solution
Merci pour vos commentaires !
single