Lists, Tuples and Sets

Lists, Tuples and Sets#

Learning Objectives#

After working through this topic, you should be able to:

  • Create lists, sets and tuples

  • Explain the difference between lists, sets and tuples

  • Access one or several entries of the standard containers

  • Determine the number of entries in lists, sets and tuples

Materials#

Video:

Download the slides.

See a realpython post on lists and tuples.

And the datacamp tutorial on sets.

Quiz#