3.0 Data Structures

Lesson

3.0 Data Structures

In Python there are different data structures which allow us to store sets of data. These data structures can be used to store the data types in the previous lesson and many other types.

In this lesson we will cover 2 different data structures:

  • List
  • Tuple

Lesson Topics

@

Not recently active