21 Matching Annotations
  1. Last 7 days
    1. list with 8 items.

      This is crucial to know this: when you concatenate a list with n number of items and a list with 2n number of items then the result is there are a list full of 3n items, and when the list of n times is repeated 2 times it will yield a of list of 2n items.

    1. position 13.

      So indexing is concerning string: its 1 less than what it is. This is saying that indexing operated is used on strings to enclose the index, and the characters are identified by their position or index value.

  2. Sep 2026