...

/

Challenge 2: Declare a Tuple

Challenge 2: Declare a Tuple

In this challenge, you are required to make a tuple.

We'll cover the following...

Problem Statement

  • Declare a tuple, persons, of size 6 that has the names of people along with their ages
  • Print the value of
...