Challenge: Updating List
Task
Swipe to start coding
You have two lists on hand: people
and new_people
, both of which contain names. Here's what you need to do:
- Merge the
people
list with thenew_people
list. Store the merged list in a variable calledpeople_upd
and display it. - Update the
people
list by adding the names fromnew_people
using a list method.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 4. ChapterΒ 3
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 1.64
Challenge: Updating List
Swipe to show menu
Task
Swipe to start coding
You have two lists on hand: people
and new_people
, both of which contain names. Here's what you need to do:
- Merge the
people
list with thenew_people
list. Store the merged list in a variable calledpeople_upd
and display it. - Update the
people
list by adding the names fromnew_people
using a list method.
Solution
Everything was clear?
Thanks for your feedback!
Awesome!
Completion rate improved to 1.64SectionΒ 4. ChapterΒ 3
single