Manage a sequence of data with Python lists image

Manage a sequence of data with Python lists

Learn to use lists to manage a collection of data then use helper methods to manipulate it.

Folder lesson (28 mins)

Manage a sequence of data with Python lists

Learn to use lists to manage a collection of data then use helper methods to manipulate it.

Course Description

Use lists to manage a collection of data, then use helper methods to manipulate it and the for statement to iterate through it.