セクション 2. 章 5
single
Challenge: Access and Perks Checker
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
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.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 2. 章 5
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください