Please enable JavaScript to use CodeHS

Intro to Computer Science in Python 3

Lesson 8.4 List Methods

Description

Methods, in general, are like functions that can be called on objects. Students have seen previously how string methods are called on strings. In this lesson, students will learn about the various list methods that can be called on lists!


Objective

Students will be able to:

  • apply useful list methods to alter and access information about a list