Please enable JavaScript to use CodeHS

Utah Computer Programming 1 and 2

Lesson 12.1 Tuples

Description

In this lesson, students will learn about and practice using tuples. A tuple is a heterogenous, immutable data type that stores an ordered sequence of things that can be accessed using indices.


Objective

Students will be able to:

  • create and store information in tuples
  • explain the characteristics of a tuple