Challenge: Grocery List Organizer
Tarefa
Swipe to start coding
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.
Solução
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 1. Capítulo 5
single
Pergunte à IA
Pergunte à IA
Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo
Incrível!
Completion taxa melhorada para 4.76
Challenge: Grocery List Organizer
Deslize para mostrar o menu
Tarefa
Swipe to start coding
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.
Solução
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 1. Capítulo 5
single