セクション 1. 章 5
single
Challenge: Grocery List Organizer
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
Practice your skills with lists by building a program that organizes a grocery list. You will write a function that takes an initial list of grocery items, adds new items, removes specified items, sorts the list, and returns the final sorted list.
- Add all items from the
itemsToAddlist to the grocery list. - Remove all items from the
itemsToRemovelist from the grocery list. - Sort the grocery list in ascending order.
- Return the sorted grocery list.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 1. 章 5
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください