Python Programming

Department of Computing | Imperial College London

book

Lesson 6

Dealing with Sequences of Objects

  • Chapter 1: Introduction
  • Chapter 2: Lists
  • Chapter 3: More on lists
  • Chapter 4: for loops
  • Chapter 5: Applied problem solving
  • Chapter 6: An army of robots
  • Chapter 7: Tuples
    • [7.1] Tuples
    • [7.2] Initialising tuples
    • [7.3] Accessing tuple elements
    • [7.4] Quiz
    • [7.5] Tuples in robot project
  • Chapter 8: Strings as a sequence
  • Chapter 9: Testing and debugging
  • Chapter 10: Sequences style guide
  • Chapter 11: Summary

Chapter 7

Tuples

How do you pronounce tuple?

Rough estimated time needed
30-40 mins

Previous Next

Page designed by Josiah Wang

Department of Computing | Imperial College London