Skip Navigation or Skip to Content

Foundations of Programming (Python) Labs

LAB 04-A: Working with Tuples

In this Lab, you will work with a simple example of a Tuple:

  1. Create a script that uses a Tuple to hold the following data:
    1 'Jane Doe' 'JaneD@doemail.com'
  2. Add code to print out the row of data as shown here:
    LAB04_A results

Back to self guided, Video only Materials

Back to self guided, Video plus Written Materials

Back to guided, Video plus Written Materials plus Personal Guidance, Feedback, and Support (class setting)