Challenge: Updating List
Taak
Swipe to start coding
You are given three lists containing student names: junior_school_students, middle_school_students, and high_school_students.
- Concatenate the first and second lists and store the result in the variable
junior_middle. - Append the
high_school_studentslist to the resulting list and store the result in the variableall_students. - You can use both list concatenation and the
extendmethod to solve this task.
Oplossing
Was alles duidelijk?
Bedankt voor je feedback!
Sectie 4. Hoofdstuk 3
single
Vraag AI
Vraag AI
Vraag wat u wilt of probeer een van de voorgestelde vragen om onze chat te starten.
Awesome!
Completion rate improved to 1.67
Challenge: Updating List
Veeg om het menu te tonen
Taak
Swipe to start coding
You are given three lists containing student names: junior_school_students, middle_school_students, and high_school_students.
- Concatenate the first and second lists and store the result in the variable
junior_middle. - Append the
high_school_studentslist to the resulting list and store the result in the variableall_students. - You can use both list concatenation and the
extendmethod to solve this task.
Oplossing
Was alles duidelijk?
Bedankt voor je feedback!
Sectie 4. Hoofdstuk 3
single