listA = [3.14,59,"A string",
           1024]
listB = [2,4,6,16]

listC = listA + listB

Figure 16