セクション 2. 章 3
single
Challenge: Customer Segmentation Using Sets
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
A company wants to understand its customer base. You are given two lists of customer IDs:
new_customers: customers who made their first purchase this month;repeat_customers: customers who have made purchases in previous months.
Follow this steps:
- Сonvert lists to sets to remove duplicates.
- Find all unique customers.
- Identify customers who shopped in both categories.
- Identify customers who are new only (not repeat customers).
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 2. 章 3
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください