Please enable JavaScript to use CodeHS

AP Computer Science Principles in Python

Lesson 7.4 List Methods

Description

  • Methods are like functions that you call on objects
  • List Methods can be called on lists

Objective

Students will be able to:
* Apply useful list methods to alter and access information about a list.