Python Lists

Python Lists

Grade 9 · Technology · 45 min

What's Included

Learning Objective

I can create and modify a list in Python by adding, removing, and changing elements.

Warm-Up Video

Unknown Channel · 5:00

Python Lists || Python Tutorial || Learn Python Programming

Practice Questions

12 questions · Short answer

Exit Ticket

Quick comprehension check

Create a list called `colors` that contains the strings "red", "green", and "blue". Then, add the string "yellow" to the end of the list and remove the string "green". Write the code snippet that accomplishes this and display the final list. Create a list called `scores` that contains the integers 85, 90, and 78. Then, change the second element of the list to 95 and append the integer 88 to the end of the list. Write the code snippet that accomplishes this and display the final list.

Complete Lesson Package

Get all 3 ready-to-use resources:

Teacher Guide
Student Doc
Slides