listA = [3.14,59,"A string",
           1024]

listA[2] = "New string"

Figure 17