Subscript 1
n is key to avoiding confusion. For example, if you have a Python list `temperatures = [25, 28, 22, 30]`, then `temperatures[0]` corresponds to `T₁` (the first temperature), which is 25. This distinction is subtle but crucial. While the programming index starts at 0, the mathe