Python Lists

Grade 945 min

Learning Objective

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

Lesson Flow

Watch Video

5 min

Python Lists || Python Tutorial || Learn Python Programming

Unknown Channel

Practice

14 min

12 questions • Short answer

Exit Ticket

5 min

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.

Teacher Guide

Get the complete package:

  • Answer keys for all questions
  • Differentiation strategies
  • Extension activities
  • Printable student handouts