3.2 Tuple

Time Complexity

  • >Indexing and get_length are O(1).
  • >Iteration and count are O(n).

3.2.1 NamedTuple