Course Home
Announcements
Check Yourself
Python Errors in English
CodeSkulptor FAQ
Reflections

Online Lessons

Related Links

Online Development

Lessons

Reference

eBooks

Lists and Tuples

Strings are collections of characters. Lists and tuples are collections, too, but they can contain any type of data. Like strings, tuples are immutable. Lists are mutable.

List Basics

As you watch the video, use the trinket console below it to follow along.

Work through the following Quizlet until you have committed the terms to memory.

When you're ready, take this quiz